playwright/tests
Dmitry Gozman f17d345ac9
fix(ct): support empty fragments (#17475)
Currently, we ues `#root` vs `#root > *` selector for component roots
depending on the number of root children. This heuristic detects
fragments that render multiple elements inside the root.

However, this does not work with empty fragments that do not render
anything.

The fix is to make the `#root >> control=component` selector that would
dynamically detect the root. This supports empty fragments and also
allows for dynamic updates of the fragments.
2022-09-21 15:12:18 -07:00
..
android test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
assets test: repro for spaces in filename for input (#17452) 2022-09-20 12:58:26 -07:00
components fix(ct): support empty fragments (#17475) 2022-09-21 15:12:18 -07:00
config chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
electron test: fix Electron tests (#17180) 2022-09-08 09:11:47 +02:00
installation chore(docker): address docker offline comments (#17377) 2022-09-15 15:48:12 -07:00
library chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
page chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
playwright-test feat(test runner): workers as percentage (#17400) 2022-09-21 11:17:36 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
webview2 test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00