6bb0350b4d
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
17 lines
245 B
Plaintext
17 lines
245 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/lib/protocol.d.ts
|
|
/utils/browser/puppeteer-web.js
|
|
/index.d.ts
|