Preserve first failed Playwright artifacts - #13893
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JordanNoone
force-pushed
the
codex/preserve-first-playwright-artifacts
branch
from
September 15, 2026 07:33
bd02d47 to
0836b7e
Compare
JordanNoone
changed the base branch from
main
to
codex/retry-playwright-global-errors
September 15, 2026 07:33
Contributor
Author
|
Final TAB diagnosis for this head:
This is a stale status, not a remaining test failure. TAB publishes release health before its deferred bulk-result pass demotes older retry attempts. I filed KittyCAD/test-analysis-bot#449 after an open/closed duplicate search and drafted KittyCAD/test-analysis-bot#450 with the ordering fix and regression coverage. I did not rerun or change this modeling-app head. |
Base automatically changed from
codex/retry-playwright-global-errors
to
main
September 16, 2026 14:04
JordanNoone
force-pushed
the
codex/preserve-first-playwright-artifacts
branch
from
September 18, 2026 05:02
0836b7e to
6357a03
Compare
JordanNoone
marked this pull request as ready for review
September 18, 2026 05:39
JordanNoone
enabled auto-merge (squash)
September 18, 2026 05:49
jacebrowning
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preserve the first failed Playwright
test-resultsbefore--last-failedor full-shard global-error recovery, then restore it undertest-results/first-failurefor the existing artifact upload. Final retry results and the retry policy remain unchanged.Fixes #13891.
Validation:
bash -n .github/ci-cd-scripts/playwright-electron.sh;node --test scripts/check-playwright-run.test.mjs(7/7 passed).