chore(web): gitignore Playwright test-results/ alongside playwright-report/
The web/.gitignore already excluded playwright-report/ but not the test-results/ companion directory \u2014 so each 'npx playwright test' run produced a one-line diff to web/test-results/.last-run.json (timestamps + retry counts). Changes (single atomic commit): + web/.gitignore: add 'test-results/' line + git rm --cached web/test-results/.last-run.json (keep on disk) Verification: 'npx playwright test' \u2192 'git status' is clean.
This commit is contained in:
parent
479894446a
commit
47ee228520
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"status": "passed",
|
|
||||||
"failedTests": []
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user