ci(playwright): upload artifacts on all runs and retain replay reports#136
Merged
SorraTheOrc merged 4 commits intomainfrom Jan 15, 2026
Merged
ci(playwright): upload artifacts on all runs and retain replay reports#136SorraTheOrc merged 4 commits intomainfrom
SorraTheOrc merged 4 commits intomainfrom
Conversation
…s (if: always(), retention-days:30)
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.
Summary\n\nMake Playwright artifact uploads run on all conclusions (success or failure) and retain replay/playwright artifacts for 30 days. This helps debugging golden-path/replay failures by ensuring artifacts are always available and retained long enough for inspection.\n\n## Changes\n- Use for artifact upload steps in playwright.yml and playwright-nightly.yml\n- Include test-results/replay/** in uploaded paths\n- Set and include run id in artifact name for easier correlation\n\n## Rationale\nCI previously uploaded artifacts only on failure() and without retention settings. For replay/golden-path debugging we need artifacts to be available for successful PR runs too and to be retained for at least 30 days.\n\nNo code logic changes; only CI workflow metadata.\n\n## Testing\n- This PR modifies workflow files only. After merge the Playwright workflows will upload artifacts on completion.\n\n@ship @build please review and merge when ready.