Skip to content

ci: add flaky-test management (#489) - #5

Merged
MichaelTaylor3d merged 1 commit into
mainfrom
ci/flaky-test-management
Jul 12, 2026
Merged

ci: add flaky-test management (#489)#5
MichaelTaylor3d merged 1 commit into
mainfrom
ci/flaky-test-management

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

Summary

  • Stack detected: plain Node node --test unit suite + Playwright (a11y-only, no component tests) — no Cargo.toml (Rust N/A), no Vitest, no React/RTL.
  • Applied: bumped Playwright CI retries from 1 to 2 (playwright.config.mjs) so intermittent a11y/browser flakiness is retried automatically instead of failing the PR on first flake.
  • Not applicable here: cargo-nextest/llvm-cov combo (no Rust crate), Vitest retry config (no Vitest), eslint-plugin-testing-library rules (no React/RTL in this repo).
  • Deploy/release workflows (deploy.yml, release.yml) already build+package+publish only — they do not re-run the test suite, so no #488-style release-blocker exists here; no change needed.
  • Version bumped patch 1.1.1 -> 1.1.2 (package.json; no Cargo.toml to keep in sync).

Refs #489

Co-Authored-By: Claude noreply@anthropic.com

Bump Playwright CI retries 1 -> 2 so intermittent a11y/browser flakiness
is surfaced via automatic re-run instead of a hard fail on first try.
No Rust/Vitest/RTL surface in this repo (plain node --test + Playwright
a11y only), so those pieces do not apply here.

Co-Authored-By: Claude <noreply@anthropic.com>
@MichaelTaylor3d
MichaelTaylor3d merged commit 274338f into main Jul 12, 2026
7 checks passed
@MichaelTaylor3d
MichaelTaylor3d deleted the ci/flaky-test-management branch July 12, 2026 22:07
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