Skip to content

chore: untrack the leftover Playwright last-run artifact - #155

Merged
ohong merged 1 commit into
mainfrom
oh-untrack-last-run
Aug 30, 2026
Merged

chore: untrack the leftover Playwright last-run artifact#155
ohong merged 1 commit into
mainfrom
oh-untrack-last-run

Conversation

@ohong

@ohong ohong commented Aug 30, 2026

Copy link
Copy Markdown
Owner

Follow-up to #149.

That PR added test-results to .gitignore and untracked the committed .auth state and perf output, but apps/web/test-results/.last-run.json stayed in the index. Git does not apply ignore rules to paths it already tracks, so the new rule never took effect for this one file — every local bun run test:e2e rewrites it and leaves the working tree dirty.

git rm --cached only, so the file stays on disk and is now covered by the existing test-results rule.

🤖 Generated with Claude Code

#149 added `test-results` to .gitignore and untracked the committed
`.auth` state and perf output, but apps/web/test-results/.last-run.json
stayed in the index. Git does not apply ignore rules to tracked paths, so
every local `bun run test:e2e` rewrites it and leaves the tree dirty.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
straude Ready Ready Preview Aug 30, 2026 11:02am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 28 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7b06d103-ded8-4498-88cf-b3e101f998b6

📥 Commits

Reviewing files that changed from the base of the PR and between ecc4ad4 and 1051191.

📒 Files selected for processing (1)
  • apps/web/test-results/.last-run.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ohong
ohong merged commit ba18741 into main Aug 30, 2026
4 checks passed
@ohong
ohong deleted the oh-untrack-last-run branch August 30, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant