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:
saravanakumardb1 2026-05-24 00:02:53 -07:00
parent 479894446a
commit 47ee228520

View File

@ -1,4 +0,0 @@
{
"status": "passed",
"failedTests": []
}