Skip to content

chore: add .claude/worktrees/ to gitignore and unify Chrome detection#51

Merged
sonesuke merged 1 commit intomainfrom
gitignore-ignore-worktrees
Feb 28, 2026
Merged

chore: add .claude/worktrees/ to gitignore and unify Chrome detection#51
sonesuke merged 1 commit intomainfrom
gitignore-ignore-worktrees

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

Summary

  • Add .claude/worktrees/ to .gitignore to exclude Claude Code worktrees
  • Fix E2E test setup_browser_config to use TOML format instead of JSON
  • Unify Chrome/Chromium detection across CI and E2E tests

Details

The E2E tests were still using config.json (old format) and a hardcoded browser path. This changes:

  • Config format: JSON → TOML (matches the project's migration to TOML)
  • Browser path detection: Hardcoded → Dynamic (matches CI workflow logic)

Test plan

  • All tests pass including E2E tests
  • Format check passes
  • Clippy check passes

🤖 Generated with Claude Code

- Add .claude/worktrees/ to .gitignore to exclude Claude worktrees
- Fix E2E test setup_browser_config to use TOML format (not JSON)
- Unify Chrome/Chromium detection across CI and E2E tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonesuke sonesuke force-pushed the gitignore-ignore-worktrees branch from 0915983 to e0c05cc Compare February 28, 2026 23:00
@sonesuke sonesuke merged commit 8bd08eb into main Feb 28, 2026
4 checks passed
@sonesuke sonesuke deleted the gitignore-ignore-worktrees branch February 28, 2026 23:06
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.

2 participants