0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test
Andrey Lushnikov a064a6341b
feat(page): introduce page.setDefaultTimeout ()
Method `page.setDefaultTimeout` overrides default 30 seconds timeout
for all `page.waitFor*` methods, including navigation and waiting
for selectors.

Fix .
2019-01-28 17:16:12 -08:00
..
assets fix(page): consoleMessage.location() should work with workers () 2019-01-10 18:05:28 -08:00
fixtures fix(test): add missing test for making sure chrome is closed () 2018-03-07 09:01:43 +03:00
golden-chromium chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
accessibility.spec.js test(accessibility): Fix duplicated test () 2018-11-15 14:57:07 -08:00
browser.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
browsercontext.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
CDPSession.spec.js test: refactor utils.waitForEvents into utils.waitEvent () 2018-04-09 15:46:05 -07:00
click.spec.js feat(page): use secondary world to drive clicks () 2019-01-22 23:24:14 -05:00
cookies.spec.js test(cookies): Remove duplicated test. () 2018-11-04 11:48:31 -08:00
coverage.spec.js test(coverage): add failing test for skipping all debugger statements () 2019-01-15 14:49:57 -08:00
dialog.spec.js test: split out dialog tests () 2018-11-20 20:18:57 -08:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
elementhandle.spec.js test: split queryselector tests into separate file () 2018-11-20 18:45:37 -08:00
emulation.spec.js test: split out emulation tests () 2018-11-20 19:17:56 -08:00
evaluation.spec.js test: split out dialog tests () 2018-11-20 20:18:57 -08:00
frame.spec.js fix(frames): make sure evaluation does not hang in detached iframes () 2019-01-14 17:23:53 -08:00
golden-utils.js fix: set JPG background to white when omitBackground option is used () 2018-09-14 11:03:33 +01:00
headful.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
ignorehttpserrors.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
input.spec.js test: split input tests into keyboard, mouse and touchscreen () 2018-11-20 19:43:07 -08:00
jshandle.spec.js feat(executioncontext): warn on nested js handle () 2019-01-14 14:30:50 -08:00
keyboard.spec.js test: split input tests into keyboard, mouse and touchscreen () 2018-11-20 19:43:07 -08:00
launcher.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
mouse.spec.js feat(page): use secondary world to drive clicks () 2019-01-22 23:24:14 -05:00
navigation.spec.js feat(page): introduce page.setDefaultTimeout () 2019-01-28 17:16:12 -08:00
network.spec.js fix(requestinterception): filter out "intervention" header () 2019-01-20 00:02:13 -05:00
page.spec.js feat(page): introduce page.setDefaultTimeout () 2019-01-28 17:16:12 -08:00
puppeteer.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
queryselector.spec.js test: split queryselector tests into separate file () 2018-11-20 18:45:37 -08:00
run_static_server.js chore(testserver): prepare test server () 2018-09-24 12:46:39 -07:00
screenshot.spec.js fix(screenshot): round the clip dimensions () 2019-01-15 14:34:31 -08:00
target.spec.js feat: browser.waitForTarget () 2018-10-09 14:16:53 -07:00
test.js chore: introduce //lib/api.js () 2019-01-25 23:21:14 -05:00
touchscreen.spec.js test: split input tests into keyboard, mouse and touchscreen () 2018-11-20 19:43:07 -08:00
tracing.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox () 2019-01-24 01:04:42 -05:00
utils.js chore: introduce //lib/api.js () 2019-01-25 23:21:14 -05:00
waittask.spec.js feat(page): introduce page.setDefaultTimeout () 2019-01-28 17:16:12 -08:00
worker.spec.js fix(page): consoleMessage.location() should work with workers () 2019-01-10 18:05:28 -08:00