Skip to content

test(website): add retries: CI ? 2 : 0 to playwright config#495

Merged
blove merged 1 commit into
mainfrom
claude/website-retries
May 20, 2026
Merged

test(website): add retries: CI ? 2 : 0 to playwright config#495
blove merged 1 commit into
mainfrom
claude/website-retries

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 20, 2026

Summary

Adds `retries: process.env['CI'] ? 2 : 0` to `apps/website/playwright.config.ts` to align with all cockpit cap configs. Absorbs transient Next.js dev-server startup flake; local runs keep retries=0 for fast feedback.

Identified during the post-Task-#4 e2e audit (item #3 in the recommended task ordering).

Test plan

  • CI `Website — e2e` gate passes.
  • Future transient flakes self-recover without re-running CI.

🤖 Generated with Claude Code

Aligns with all cockpit cap configs and absorbs transient Next.js
dev-server startup flake that has been showing up intermittently in
the website-e2e gate. Local runs keep retries=0 for fast feedback.

Identified during the post-Task-#4 e2e audit (item #3).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

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

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment May 20, 2026 10:21pm

Request Review

@blove blove merged commit c7d3d2b into main May 20, 2026
42 checks passed
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