test(firefox): introduce vendor-specific specs (#3890)

Certain Puppeteer methods do expose the inner browser - e.g.
`browser.version()` depends on the browser we run.

Split out these tests into a vendor-specific test suites.

References #3889
This commit is contained in:
Andrey Lushnikov
2019-02-01 17:55:12 -08:00
committed by GitHub
parent 84fe6014e9
commit 6bb0350b4d
5 changed files with 89 additions and 18 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/node_modules/
/test/output
/test/output-chromium
/test/output-firefox
/test/test-user-data-dir*
/.local-chromium/
/.dev_profile*