You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): add missing queue-config tags so all tests run in CI (#675)
## Summary
- 9 spec files had no `@6v6` or `@9v9` tag in their test names and were
silently skipped in CI by the `--grep @<queue-config>` filter used in
the `Run Playwright tests` step
- Added `@6v6 @9v9` to all affected tests since they are config-agnostic
(game server lifecycle, admin actions, skill import/export, queue lock,
back button)
## Affected files
| File | Test |
|------|------|
| `tests/00-misc/04-handles-back-button.spec.ts` | `handle back button`
|
| `tests/10-queue/06-queue-locked-when-active-game.spec.ts` | `queue is
locked for players that are involved in active game` |
| `tests/20-game/01-configure-game-server.spec.ts` | `configure game
server` |
| `tests/20-game/03-update-player-connection-status.spec.ts` | `update
player connection status` |
| `tests/20-game/04-cleanup-game-server.spec.ts` | `cleanup game server`
|
| `tests/20-game/05-report-rounds.spec.ts` | `report rounds` |
| `tests/90-admin/02-force-end-game.spec.ts` | `force end game` |
| `tests/90-admin/03-reinitialize-game-server.spec.ts` | `reinitialize
game server` |
| `tests/90-admin/05-skill-import-export.spec.ts` | 5 tests |
## Test plan
- [ ] CI e2e jobs now pick up and run all 9 previously-skipped test
files for both `6v6` and `9v9` queue configs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments