Browse Source
`playwright/.gitignore` already excludes `test-results/` and `playwright-report/` relative to `playwright/`. But playwright artifacts can land at the repo root if the suite is ever invoked from there (e.g., via a debug script that imports playwright directly outside the test runner), leaving an untracked `./test-results/.last-run.json` cluttering `git status`. Adding the same entries at the repo-root .gitignore catches those cases too — defensive and zero behavior change.pull/7248/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue