Skip to content

ci(e2e): enable CI test-case retries#1011

Merged
fi3ework merged 3 commits intomainfrom
fix/e2e-ci-retry
Mar 5, 2026
Merged

ci(e2e): enable CI test-case retries#1011
fi3ework merged 3 commits intomainfrom
fix/e2e-ci-retry

Conversation

@fi3ework
Copy link
Copy Markdown
Member

@fi3ework fi3ework commented Mar 5, 2026

Summary

  • add retry: process.env.CI ? 2 : 0 to e2e/rstest.config.ts so only failed test cases are retried in CI
  • keep local runs strict with retry: 0 to preserve fast feedback and avoid hiding instability locally
  • reduce flaky CI failures without rerunning the full e2e job by default

Testing

  • pnpm biome check --write 'e2e/rstest.config.ts'
  • pnpm tsc --noEmit 'e2e/rstest.config.ts' (fails due to existing repo type issues in node_modules, unrelated to this change)

@fi3ework fi3ework changed the title fix(e2e): enable CI test-case retries ci(e2e): enable CI test-case retries Mar 5, 2026
@fi3ework fi3ework enabled auto-merge (squash) March 5, 2026 11:11
@fi3ework fi3ework merged commit 2c1246e into main Mar 5, 2026
31 of 33 checks passed
@fi3ework fi3ework deleted the fix/e2e-ci-retry branch March 5, 2026 11:24
@9aoy 9aoy mentioned this pull request Mar 9, 2026
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