mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
/node_modules/
|
||||
/test/output
|
||||
/test/output-chromium
|
||||
/test/output-firefox
|
||||
/test/test-user-data-dir*
|
||||
/.local-chromium/
|
||||
/.dev_profile*
|
||||
|
||||
Reference in New Issue
Block a user