playwright/tests
Dmitry Gozman d4482f3ad3
chore: do not use Array.from in injected script (#6876)
This method is most often overridden by some bad polyfill that
does not work correctly and breaks `$eval` and `$$eval` methods.

As a best-effort fix, use a `[...iterable]` throughout the code.
2021-06-03 15:10:02 -07:00
..
android test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -07:00
assets test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
chromium feat(user-agent): Adding User-Agent in headers while making connection to browser (#6813) 2021-06-02 11:36:58 -07:00
config chore: use fs.promises API instead of promisify (#6871) 2021-06-03 18:55:33 +02:00
electron feat(electron): accept BrowserContextOptions in electron.launch (#6621) 2021-05-19 06:56:29 -07:00
emulation-focus.spec.ts-snapshots test: roll to folio@0.4.0-alpha21 (#6789) 2021-05-28 17:03:18 -07:00
firefox test: cleanup tests and configs after last folio update (#6463) 2021-05-08 17:45:04 -07:00
headful.spec.ts-snapshots feat(firefox-stable): roll Firefox-Stable to Firefox v89 (#6833) 2021-06-02 08:34:03 -07:00
inspector chore: fix codegen to emit new C# api (#6763) 2021-05-26 15:44:40 -07:00
page chore: do not use Array.from in injected script (#6876) 2021-06-03 15:10:02 -07:00
screenshot.spec.ts-snapshots test: roll to folio@0.4.0-alpha21 (#6789) 2021-05-28 17:03:18 -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-basic.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -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 feat(firefox): bump to 1257 and 1247 (stable) (#6476) 2021-05-10 08:41:18 -07:00
browsercontext-locale.spec.ts feat(webkit): bump to 1488 (#6826) 2021-06-01 23:09:58 -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: roll to folio@0.4.0-alpha14 (#6602) 2021-05-16 19:58:26 -07:00
browsercontext-route.spec.ts test: move all page tests to a subdirectory (#6427) 2021-05-05 19:10:28 -07: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 1488 (#6826) 2021-06-01 23:09:58 -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: cleanup bad usages of pageTest (#6430) 2021-05-06 07:08:22 -07: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 feat(user-agent): Adding User-Agent in headers while making connection to browser (#6813) 2021-06-02 11:36:58 -07: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 1488 (#6826) 2021-06-01 23:09:58 -07:00
download.spec.ts chore: use fs.promises API instead of promisify (#6871) 2021-06-03 18:55:33 +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: side effects of context.storageState() (#6793) 2021-05-28 18:20:49 -07:00
headful.spec.ts feat(firefox-stable): roll Firefox-Stable to Firefox v89 (#6833) 2021-06-02 08:34:03 -07:00
ignorehttpserrors.spec.ts fix(connect): respect timeout in all scenarios (#6762) 2021-05-26 15:18:52 -07:00
launcher.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -07:00
logger.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -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: add tests for port-forwarding via playwrightclient (#6860)q 2021-06-03 02:19:01 +02:00
proxy.spec.ts test: roll to folio@0.4.0-alpha16 (#6656) 2021-05-20 09:51:09 -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 test: roll to folio@0.4.0-alpha17 (#6712) 2021-05-23 16:21:18 -07:00
stack-trace.spec.ts test: roll to folio@0.4.0-alpha3 (#6262) 2021-04-29 11:11:32 -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 test: disable chromium headed tracing test (#6878) 2021-06-03 14:33:33 -07:00
tsconfig.json test: migrate most non-page tests to new folio (#6059) 2021-04-02 21:07:45 -07:00
video.spec.ts test: side effects of context.storageState() (#6793) 2021-05-28 18:20:49 -07:00
web-socket.spec.ts fix(connect): respect timeout in all scenarios (#6762) 2021-05-26 15:18:52 -07:00