mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-30 23:45:33 +03:00
d92fe16b76
Also: - remove `blob-report` directory at the start; - markdown's `report.md` next to package.json; - use default location in playwright's workflows. References #24451.
33 lines
493 B
Plaintext
33 lines
493 B
Plaintext
node_modules/
|
|
/test-results/
|
|
/tests/coverage-report
|
|
.local-browsers/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
.idea
|
|
yarn.lock
|
|
/packages/playwright-core/src/generated/*
|
|
packages/*/lib/
|
|
drivers/
|
|
.android-sdk/
|
|
.gradle/
|
|
nohup.out
|
|
.trace
|
|
.tmp
|
|
allure*
|
|
blob-report
|
|
playwright-report
|
|
test-results
|
|
/demo/
|
|
/packages/*/LICENSE
|
|
/packages/*/NOTICE
|
|
/packages/playwright/README.md
|
|
/packages/playwright-core/api.json
|
|
.env
|
|
/tests/installation/output/
|
|
/tests/installation/.registry.json
|
|
.cache/
|
|
.eslintcache |