mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-10 12:57:42 +03:00
b778789ba8
This patch removes the `PLAYWRIGHT_GLOBAL_INSTALL=1` variable and instead introduces a new var - `PLAYWRIGHT_BROWSERS_PATH`. You can specify `PLAYWRIGHT_BROWSERS_PATH` to affect where playwright installs browsers and where it looks for browsers. Fixes #1102
24 lines
344 B
Plaintext
24 lines
344 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/output-webkit
|
|
/test/test-user-data-dir*
|
|
.local-browsers/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/src/generated/*
|
|
/src/chromium/protocol.ts
|
|
/src/firefox/protocol.ts
|
|
/src/webkit/protocol.ts
|
|
lib/
|
|
playwright-*.tgz
|
|
/web.js
|
|
/web.js.map
|
|
/types/*
|