puppeteer/test
Andrey Lushnikov 69c434af75
test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894)
This patch:
- changes Puppeteer-Firefox plumbing of defaultBrowserOptions to align
  with the way we do it for Puppeteer.
- plumbs puppeeteer-dependent Errors and DeviceDescriptors down to every
  test.
- unifies a few tests between Puppeteer-Firefox and Puppeteer.

**Note:** in future, we should expose errors as `puppeteer.errors` and
device descriptors as `puppeteer.devices` to make it easy to pass around
Puppeteer/Puppeteer-Firefox instance.

References #3889.
2019-02-02 18:49:12 -07:00
..
assets test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
fixtures fix(test): add missing test for making sure chrome is closed (#2109) 2018-03-07 09:01:43 +03:00
golden-chromium chore(test): prepare tests to be run with Puppeteer-Firefox (#3833) 2019-01-24 01:04:42 -05:00
accessibility.spec.js test(accessibility): Fix duplicated test (#3539) 2018-11-15 14:57:07 -08:00
browser.spec.js test(firefox): introduce vendor-specific specs (#3890) 2019-02-01 17:55:12 -08:00
browsercontext.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
CDPSession.spec.js test: refactor utils.waitForEvents into utils.waitEvent (#2336) 2018-04-09 15:46:05 -07:00
chromiumonly.spec.js test(firefox): introduce vendor-specific specs (#3890) 2019-02-01 17:55:12 -08:00
click.spec.js feat(page): use secondary world to drive clicks (#3828) 2019-01-22 23:24:14 -05:00
cookies.spec.js test(cookies): Remove duplicated test. (#3492) 2018-11-04 11:48:31 -08:00
coverage.spec.js test(coverage): add failing test for skipping all debugger statements (#3779) 2019-01-15 14:49:57 -08:00
dialog.spec.js test: split out dialog tests (#3586) 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 (#3579) 2018-11-20 18:45:37 -08:00
emulation.spec.js test: split out emulation tests (#3581) 2018-11-20 19:17:56 -08:00
evaluation.spec.js test(firefox): add puppeteer-firefox unique evaluation tests (#3891) 2019-02-01 18:40:40 -08:00
firefoxonly.spec.js test(firefox): introduce vendor-specific specs (#3890) 2019-02-01 17:55:12 -08:00
frame.spec.js test(firefox): add more Puppeteer-Firefox tests to Puppeteer (#3892) 2019-02-02 12:55:15 -07:00
golden-utils.js fix: set JPG background to white when omitBackground option is used (#3240) 2018-09-14 11:03:33 +01:00
headful.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox (#3833) 2019-01-24 01:04:42 -05:00
ignorehttpserrors.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox (#3833) 2019-01-24 01:04:42 -05:00
input.spec.js test: split input tests into keyboard, mouse and touchscreen (#3583) 2018-11-20 19:43:07 -08:00
jshandle.spec.js test(firefox): add more Puppeteer-Firefox tests to Puppeteer (#3892) 2019-02-02 12:55:15 -07:00
keyboard.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
launcher.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox (#3833) 2019-01-24 01:04:42 -05:00
mouse.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
navigation.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
network.spec.js fix(requestinterception): filter out "intervention" header (#3814) 2019-01-20 00:02:13 -05:00
page.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
puppeteer.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
queryselector.spec.js test: split queryselector tests into separate file (#3579) 2018-11-20 18:45:37 -08:00
run_static_server.js chore(testserver): prepare test server (#3294) 2018-09-24 12:46:39 -07:00
screenshot.spec.js fix(screenshot): round the clip dimensions (#3778) 2019-01-15 14:34:31 -08:00
target.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
test.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
touchscreen.spec.js test: split input tests into keyboard, mouse and touchscreen (#3583) 2018-11-20 19:43:07 -08:00
tracing.spec.js chore(test): prepare tests to be run with Puppeteer-Firefox (#3833) 2019-01-24 01:04:42 -05:00
utils.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
waittask.spec.js test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894) 2019-02-02 18:49:12 -07:00
worker.spec.js fix(page): consoleMessage.location() should work with workers (#3752) 2019-01-10 18:05:28 -08:00