Skip to content

feat(playwright): retain trace on all test runs for e2e-triage agent - #137

Merged
jrichter1 merged 1 commit into
redhat-developer:mainfrom
subhashkhileri:feat/trace-on-pass
Jul 29, 2026
Merged

feat(playwright): retain trace on all test runs for e2e-triage agent#137
jrichter1 merged 1 commit into
redhat-developer:mainfrom
subhashkhileri:feat/trace-on-pass

Conversation

@subhashkhileri

Copy link
Copy Markdown
Member

Summary

  • Changed Playwright trace setting from "retain-on-failure" to "on" in the base config so traces are always retained, including on passed tests.
  • This enables the fullsend e2e-triage agent to compare passing and failing traces for more accurate root cause analysis.
  • Bumped version from 2.1.3 to 2.2.0.

Test plan

  • yarn check passes (typecheck + lint + prettier)
  • Verify trace files are generated for both passing and failing tests in CI

Assisted-by: Claude Code

Change trace setting from "retain-on-failure" to "on" so traces are
always available, enabling the fullsend e2e-triage agent to compare
passing and failing traces for more accurate root cause analysis.

Bump version to 2.2.0.

Assisted-by: Claude Code
Co-Authored-By: Claude Code
@jrichter1
jrichter1 merged commit b44b43d into redhat-developer:main Jul 29, 2026
3 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.

2 participants