playwright/tests
Dmitry Gozman 34c0c342fa
fix(test runner): make test order stable when fixtures are changing (#7923)
We used to sort based on workerHash, and that changes depending on
the exact worker fixtures list. Now we replace workerHash with
an ordinal when constructing the TestGroup list to preserve the
natural order.
2021-07-29 18:27:47 -07:00
..
android chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
assets test: fix modernizer tests (#7553) 2021-07-12 08:35:59 -07:00
chromium chore: migrate connect/overCDP to options instead of params (#7606) 2021-07-22 16:55:23 +02:00
config chore: roll test runner to tot (#7912) 2021-07-29 09:42:42 -07:00
electron chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
emulation-focus.spec.ts-snapshots test: roll to folio@0.4.0-alpha28 (#6918) 2021-06-04 20:54:58 -07:00
firefox test: cleanup tests and configs after last folio update (#6463) 2021-05-08 17:45:04 -07:00
inspector feat: have up2date user-agents for WK and FF (#7644) 2021-07-15 17:41:23 +02:00
page feat(locators): introduce allTextContents, allInnerTexts (#7920) 2021-07-29 14:09:35 -07:00
playwright-test fix(test runner): make test order stable when fixtures are changing (#7923) 2021-07-29 18:27:47 -07:00
screenshot.spec.ts-snapshots test: roll to folio@0.4.0-alpha28 (#6918) 2021-06-04 20:54:58 -07:00
trace-viewer feat(trace-viewer): add nicer params rendering (#7448) 2021-07-02 16:45:09 -07:00
beforeunload.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
browser.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
browsercontext-add-cookies.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
browsercontext-add-init-script.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-base-url.spec.ts test: add more baseURL tests for edge-cases (#7586) 2021-07-13 21:11:46 +02:00
browsercontext-basic.spec.ts Revert "feat: add defaultTimeout browser context configuration option (#6944)" (#7057) 2021-06-10 18:38:56 -07:00
browsercontext-clearcookies.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-cookies.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-credentials.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
browsercontext-csp.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-device.spec.ts test: roll to folio@0.4.0-alpha13 (#6570) 2021-05-15 07:42:35 -07:00
browsercontext-dsf.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-expose-function.spec.ts Revert "chore(eval): merge internal evaluate functions (#7517)" (#7535) 2021-07-09 16:19:42 +02:00
browsercontext-locale.spec.ts feat(webkit): bump to 1492 (#6887) 2021-06-03 16:21:23 -07:00
browsercontext-network-event.spec.ts feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
browsercontext-page-event.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-pages.spec.ts test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -07:00
browsercontext-proxy.spec.ts test: fix CR proxy tests on Windows (#7675) 2021-07-19 17:50:14 +02:00
browsercontext-route.spec.ts fix(network): process last inserted routes first in request interception (#7585) 2021-07-13 20:22:01 +02:00
browsercontext-set-extra-http-headers.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-storage-state.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-timezone-id.spec.ts feat(webkit): bump to 1492 (#6887) 2021-06-03 16:21:23 -07:00
browsercontext-user-agent.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
browsercontext-viewport-mobile.spec.ts test: move all page tests to a subdirectory (#6427) 2021-05-05 19:10:28 -07:00
browsercontext-viewport.spec.ts test(drag): add high dpi drag test (#7412) 2021-07-12 17:20:08 -05:00
browsertype-basic.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
browsertype-connect.spec.ts chore: migrate connect/overCDP to options instead of params (#7606) 2021-07-22 16:55:23 +02:00
browsertype-launch-server.spec.ts test: unskip a few tests previously skipped with channels (#6609) 2021-05-17 15:01:17 -07:00
browsertype-launch.spec.ts test: roll to folio@0.4.0-alpha8 (#6451) 2021-05-07 15:25:55 -07:00
capabilities.spec.ts fix(connect): respect timeout in all scenarios (#6762) 2021-05-26 15:18:52 -07:00
channels.spec.ts fix(tests): force a new worker for channels.spec (#6616) 2021-05-17 14:56:39 -07:00
css-parser.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
defaultbrowsercontext-1.spec.ts test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -07:00
defaultbrowsercontext-2.spec.ts feat(webkit): bump to 1492 (#6887) 2021-06-03 16:21:23 -07:00
download.spec.ts feat(download): introduce Download.cancel (#7462) 2021-07-06 09:38:50 +02:00
downloads-path.spec.ts fix: support relative downloadsPath directory for downloads (#6402) 2021-05-05 17:07:10 +02:00
emulation-focus.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
favicon.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
geolocation.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
har.spec.ts test: fix CR proxy tests on Windows (#7675) 2021-07-19 17:50:14 +02:00
headful.spec.ts feat: support msedge-beta channel (#7442) 2021-07-02 12:55:46 -07:00
ignorehttpserrors.spec.ts fix(connect): respect timeout in all scenarios (#6762) 2021-05-26 15:18:52 -07:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
launcher.spec.ts fix: various test-related fixes (#6916) 2021-06-04 18:43:54 -07:00
logger.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
modernizr.spec.ts feat(webkit): roll WebKit to 1521 (#7798) 2021-07-23 09:13:57 -07:00
pdf.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
permissions.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
popup.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
portForwardingServer.spec.ts test: rework port forwarding server tests to launch server out of process (#7693) 2021-07-19 07:53:12 +02:00
proxy.spec.ts test(webkit): mark web socket over socks test as failing on Win (#7631) 2021-07-14 21:06:00 -07:00
resource-timing.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
screenshot.spec.ts test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -07:00
selector-generator.spec.ts test: roll to folio@0.4.0-alpha6 (#6366) 2021-04-30 13:26:13 -07:00
selectors-register.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
signals.spec.ts test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -07:00
slowmo.spec.ts test: cleanup bad usages of pageTest (#6430) 2021-05-06 07:08:22 -07:00
snapshotter.spec.ts fix(tracing): record scroll position for all scrolled elements (#7388) 2021-06-29 16:20:15 -07:00
tap.spec.ts test: roll to folio@0.4.0-alpha14 (#6602) 2021-05-16 19:58:26 -07:00
tracing.spec.ts feat(webkit): roll to r1515 (#7625) 2021-07-14 18:43:51 -07:00
tsconfig.json test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
video.spec.ts chore: move working with browser channels to Registry Executables (#7581) 2021-07-13 19:03:49 -07:00
web-socket.spec.ts fix(websockets): filter for text and binary frames (#7360) 2021-06-28 21:23:29 +02:00