puppeteer/test
Mathias Bynens 1248a19135
feat(api): add page.emulateTimezone(timezoneId) (#4949)
This enables dynamically changing the timezone of the page.
2019-10-23 15:49:39 +02:00
..
assets fix(launcher): disable component extensions (#4704) 2019-07-15 17:54:42 -07:00
fixtures fix(launcher): make dumpio and pipe options work together (#4727) 2019-07-18 16:42:11 -07:00
golden-chromium feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
golden-firefox feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
accessibility.spec.js feat: root option in page.accessibility.snapshot() (#4318) 2019-05-09 23:39:42 -07:00
browser.spec.js fix(test): browser.disconnect should not be awaited (#4446) 2019-05-21 17:26:04 +03:00
browsercontext.spec.js fix(test): browser.disconnect should not be awaited (#4446) 2019-05-21 17:26:04 +03:00
CDPSession.spec.js
chromiumonly.spec.js feat(page): introduce file chooser interception (#4653) 2019-07-22 21:30:49 -07:00
click.spec.js fix(firefox): fix missing awaits in mouse.click (#4561) 2019-06-10 16:53:38 -07:00
cookies.spec.js test: add cookie tests (#4365) 2019-04-30 00:35:41 -07:00
coverage.spec.js chore(test): label coverage+debuger test with upstream bug (#4807) 2019-08-05 15:22:01 -07:00
defaultbrowsercontext.spec.js fix(firefox): fix cookies in default browser context (#4850) 2019-08-15 11:52:02 -07:00
dialog.spec.js
diffstyle.css
elementhandle.spec.js
emulation.spec.js feat(api): add page.emulateTimezone(timezoneId) (#4949) 2019-10-23 15:49:39 +02:00
evaluation.spec.js chore: drop Node.js v6 support (#5045) 2019-10-16 17:00:20 +02:00
fixtures.spec.js fix(launcher): make dumpio and pipe options work together (#4727) 2019-07-18 16:42:11 -07:00
frame.spec.js
golden-utils.js
headful.spec.js chore: drop Node.js v6 support (#5045) 2019-10-16 17:00:20 +02:00
ignorehttpserrors.spec.js fix(tests): Get TLS version from Node instead of hardcoding it (#4700) 2019-07-14 18:33:31 -07:00
input.spec.js feat(page): introduce file chooser interception (#4653) 2019-07-22 21:30:49 -07:00
jshandle.spec.js
keyboard.spec.js
launcher.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
mouse.spec.js fix(test): enable cross process viewport test (#4806) 2019-08-05 15:22:16 -07:00
navigation.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
network.spec.js
oopif.spec.js feat(chromium): roll Chromium to r665405 (#4516) 2019-06-04 11:03:15 -07:00
page.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
puppeteer.spec.js fix(firefox): fix cookies in default browser context (#4850) 2019-08-15 11:52:02 -07:00
queryselector.spec.js
requestinterception.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
run_static_server.js
screenshot.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
target.spec.js feat(workers): create workers from service workers and shared workers (#4397) 2019-05-09 17:29:18 -07:00
test.js feat(api): add page.emulateMedia{Type,Features} (#5012) 2019-10-23 13:55:00 +02: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 chore(flakiness-dashboard): skip API Coverage for realz (#4843) 2019-08-13 16:23:41 -07:00
waittask.spec.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
worker.spec.js