playwright/test
2020-03-18 20:05:35 -07:00
..
assets test: add failing test for clicking and oopifs (#1325) 2020-03-10 14:24:25 -07:00
chromium api(route): pass Route object instead of Request to route handlers (#1385) 2020-03-13 14:30:40 -07:00
fixtures feat(launch): introduce client, server & persistent launch modes (3) (#854) 2020-02-05 16:36:36 -08:00
golden-chromium fix(screenshots): simplify implementation, allow fullPage + clip, add tests (#1194) 2020-03-03 16:09:32 -08:00
golden-firefox fix(firefox): disable ICC color correction based on OS display (#614) 2020-01-23 15:44:31 -08:00
golden-webkit test(webkit): uncomment fixed viewport screenshot tests (#1346) 2020-03-11 14:37:06 -07:00
accessibility.spec.js test: mark some tests as skipped 2020-03-02 14:57:54 -08:00
autowaiting.spec.js fix(tests): remove flaky load event from auto-waiting tests (#1399) 2020-03-16 18:33:39 -07:00
browser.spec.js fix(tests): fix test that was leaking a context (#933) 2020-02-11 14:15:30 -08:00
browsercontext.spec.js fix(PageEvent): properly wait for initial navigation in chromium and webkit (#1412) 2020-03-18 17:14:18 -07:00
capabilities.spec.js test: it.skip skips and it.fail expects to fail now (#1178) 2020-03-02 13:47:08 -08:00
click.spec.js api(devices): extract isMobile/hasTouch from viewport (#1415) 2020-03-17 18:21:02 -07:00
cookies.spec.js api(browserType): remove devices, errors (#1368) 2020-03-12 17:58:00 -07:00
defaultbrowsercontext.spec.js api(browserType): remove devices, errors (#1368) 2020-03-12 17:58:00 -07:00
dialog.spec.js chore(tests): add types for tests (#915) 2020-02-10 13:20:13 -08:00
diffstyle.css Initial commit 2019-11-19 10:58:15 -08:00
elementhandle.spec.js api: remove waitForLoadState() in favor of PageEvent.page(options) (#1323) 2020-03-11 14:46:52 -07:00
emulation.spec.js api(devices): extract isMobile/hasTouch from viewport (#1415) 2020-03-17 18:21:02 -07:00
evaluation.spec.js fix: do not wait for navigations while evaluating injected source (#1347) 2020-03-11 22:52:03 -07:00
fixtures.spec.js api(browserType): remove devices, errors (#1368) 2020-03-12 17:58:00 -07:00
focus.spec.js fix(chromium): emit focus events in headful (#982) 2020-02-13 11:29:13 -08:00
frame.spec.js chore(tests): add types for tests (#915) 2020-02-10 13:20:13 -08:00
geolocation.spec.js feat(permissions): make origin optional (#1406) 2020-03-17 15:32:50 -07:00
golden-utils.js feat(testrunner): better matchers (#1077) 2020-02-20 22:55:39 -08:00
headful.spec.js api: make BrowserContext.pages() synchronous (#1369) 2020-03-13 11:33:33 -07:00
ignorehttpserrors.spec.js test: remove newContext and newPage test helpers (#1070) 2020-02-20 15:15:48 -08:00
input.spec.js test: await setInputFiles in flaky input tests (#1345) 2020-03-11 14:35:48 -07:00
interception.spec.js api(network): replace redirectChain with redirectedFrom/redirectedTo (#1401) 2020-03-16 13:31:06 -07:00
jshandle.spec.js api(eval): allow non-toplevel handles as eval arguments (#1404) 2020-03-18 10:41:46 -07:00
keyboard.spec.js api(press): remove text option (#1372) 2020-03-12 22:02:19 -07:00
launcher.spec.js api: make BrowserContext.pages() synchronous (#1369) 2020-03-13 11:33:33 -07:00
mouse.spec.js api: declare not supporting isMobile on Firefox (#1207) 2020-03-03 17:28:31 -08:00
multiclient.spec.js api(browserType): remove devices, errors (#1368) 2020-03-12 17:58:00 -07:00
navigation.spec.js chore: rework disposers into a frame task (#1413) 2020-03-18 20:05:35 -07:00
network.spec.js api(network): replace redirectChain with redirectedFrom/redirectedTo (#1401) 2020-03-16 13:31:06 -07:00
page.spec.js fix(PageEvent): properly wait for initial navigation in chromium and webkit (#1412) 2020-03-18 17:14:18 -07:00
permissions.spec.js feat(permissions): make origin optional (#1406) 2020-03-17 15:32:50 -07:00
playwright.spec.js fix(tests): remove flaky load event from auto-waiting tests (#1399) 2020-03-16 18:33:39 -07:00
popup.spec.js fix(PageEvent): properly wait for initial navigation in chromium and webkit (#1412) 2020-03-18 17:14:18 -07:00
queryselector.spec.js api(browserType): remove devices, errors (#1368) 2020-03-12 17:58:00 -07:00
run_static_server.js Initial commit 2019-11-19 10:58:15 -08:00
screenshot.spec.js api(devices): extract isMobile/hasTouch from viewport (#1415) 2020-03-17 18:21:02 -07:00
test.js api(cdp): rename ChromiumSession to CDPSession (#1380) 2020-03-13 16:16:54 -07:00
tsconfig.json chore(tests): add types for tests (#915) 2020-02-10 13:20:13 -08:00
types.d.ts test: it.skip skips and it.fail expects to fail now (#1178) 2020-03-02 13:47:08 -08:00
utils.js doc: fix typos (#1284) 2020-03-07 08:37:47 -08:00
waittask.spec.js api(waitForSelector): bring it back (#1272) 2020-03-06 15:02:42 -08:00
web.spec.js api(eval): allow non-toplevel handles as eval arguments (#1404) 2020-03-18 10:41:46 -07:00
workers.spec.js test: mark as flaky according to the new policy (#1322) 2020-03-10 12:56:18 -07:00