puppeteer/test
2019-05-18 14:05:28 +03:00
..
assets fix(firefox): keyboard tests (#4082) 2019-02-27 15:13:17 -08:00
fixtures test: split out fixture tests and make them work with FF (#4067) 2019-02-25 12:40:17 -08:00
golden-chromium
golden-firefox
accessibility.spec.js feat: root option in page.accessibility.snapshot() (#4318) 2019-05-09 23:39:42 -07:00
browser.spec.js feat(browser): Add browser.isConnected() (#4403) 2019-05-09 16:24:52 -07:00
browsercontext.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
CDPSession.spec.js test: cleanup tests (#4078) 2019-02-26 20:36:55 -08:00
chromiumonly.spec.js test: Make intervention test Edge friendly (#4314) 2019-04-19 11:29:29 -07:00
click.spec.js test: add SVG clicking test (#4432) 2019-05-18 12:49:55 +03:00
cookies.spec.js test: add cookie tests (#4365) 2019-04-30 00:35:41 -07:00
coverage.spec.js
dialog.spec.js
diffstyle.css
elementhandle.spec.js feat(firefox): support Page.emualteMedia (#4056) 2019-02-22 14:04:40 -08:00
emulation.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
evaluation.spec.js test: add failing evaluation test with utf8 (#4444) 2019-05-18 14:05:28 +03:00
fixtures.spec.js test: fix fixtures test when run with env DUMPIO=1 (#4123) 2019-03-13 16:26:28 -07:00
frame.spec.js test: make sure frames are reported from-inside shadow DOM (#4167) 2019-03-15 21:01:36 -07:00
golden-utils.js
headful.spec.js
ignorehttpserrors.spec.js feat(firefox): basic request interception support (#4034) 2019-02-19 14:51:56 -08:00
input.spec.js test: cleanup tests (#4078) 2019-02-26 20:36:55 -08:00
jshandle.spec.js fix(firefox): enable more firefox tests (#4007) 2019-02-13 23:59:38 -08:00
keyboard.spec.js fix(firefox): keyboard tests (#4082) 2019-02-27 15:13:17 -08:00
launcher.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
mouse.spec.js fix(firefox): keyboard tests (#4082) 2019-02-27 15:13:17 -08:00
navigation.spec.js feat(chromium): roll Chromium to r654752 (#4358) 2019-04-28 20:19:01 -07:00
network.spec.js test: split out request interception tests (#4278) 2019-04-11 21:33:01 -04:00
page.spec.js test(page): make sure exposeFunction works with complex args (#4411) 2019-05-09 18:02:46 -07:00
puppeteer.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
queryselector.spec.js
requestinterception.spec.js test: add failing test for request interception with sync XHRs (#4350) 2019-04-26 16:28:15 -07:00
run_static_server.js
screenshot.spec.js
target.spec.js feat(workers): create workers from service workers and shared workers (#4397) 2019-05-09 17:29:18 -07:00
test.js test: split out fixture tests and make them work with FF (#4067) 2019-02-25 12:40:17 -08:00
touchscreen.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
tracing.spec.js fix(tracing): start without options (#4388) 2019-05-09 17:15:33 -07:00
utils.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
waittask.spec.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
worker.spec.js