Open
Conversation
# Conflicts: # frontend/web/components/pages/UserPage.tsx
…chore/componentise-feature-override-row # Conflicts: # frontend/web/components/feature-override/FeatureOverrideRow.tsx
Zaimwa9
reviewed
Feb 4, 2026
Contributor
Zaimwa9
left a comment
There was a problem hiding this comment.
One comment that prevents the app to be run without E2E
Add comment-identifier parameter to playwright-report-summary to prevent OSS and Private Cloud test result comments from overwriting each other. Each test type now has its own identifier (playwright-oss, playwright-private-cloud). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Member
Author
Yep I'd spotted this earlier, all sorted. I've just adjusted the tests so that PR comment uniqueness is done correctly, since we have 2 archs it runs under. we should see 4 passed comments shortly assuming one doesnt get a 429 rate limit. |
Contributor
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
|
Contributor
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
|
Contributor
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Contributor
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
|
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.
docs/if required so people know about the feature.Changes
Playwright Test Improvements
Faster Tests
Better Local Development
Added Claude Commands
/e2e- Run all tests (OSS + Enterprise)/e2e-oss- Run OSS tests, auto-fix failures, re-run until passing/e2e-ee- Run Enterprise tests, auto-fix failures, re-run until passing/e2e-create- Create a new test following existing patternsNote: You can have the tests repeat to guarantee no flakiness
HTML Reports
e.g. this is a downloaded report, we can access reports of failures as well as videos / interactive traces.
CI/CD Features
GitHub Integration
How did you test this code?