Skip to content

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

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

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

Conversation

@subhashkhileri

Copy link
Copy Markdown
Member

Summary

  • Backport of #137 to release-1.10.
  • 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 1.10.0 to 1.10.1.

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 1.10.1.

Assisted-by: Claude Code
Co-Authored-By: Claude Code
@jrichter1
jrichter1 merged commit 98fb38d into redhat-developer:release-1.10 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