Conversation
meeh0w
reviewed
Jan 26, 2026
Member
meeh0w
left a comment
There was a problem hiding this comment.
I'll be reviewing this sometimes this week, that's a lot to go through :)
But I do love that the tests would be living in our repository; this will definitely help to keep them up-to-date :)
Add a weekday regression workflow with branch input and label TestRail runs by smoke vs regression, and move onboarding/contacts tests to regression-only tagging.
Add a contact list test id and wait for the list view before counting, then poll for the increased count after saving to avoid timing flakes in CI.
Remove the legacy e2e_testing workflow during merge from main.
ryanewood
previously approved these changes
Feb 17, 2026
Move smoke tag to the 12-word recovery flow and keep other onboarding flows regression-only. Co-authored-by: Cursor <cursoragent@cursor.com>
ryanewood
approved these changes
Feb 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.
Description
Add Playwright e2e testing framework with TestRail integration for CI test tracking.
Changes
Add e2e/ folder with Playwright test framework, Page Object Model, and fixtures
Add onboarding (7 tests) and contacts (8 tests) test suites
Update CI workflow with TestRail integration, 2-shard parallel execution, AWS S3 snapshots, and Slack notifications
This PR should be merge for passing these tests
#722