Enhance E2E tests feature coverage#178
Closed
RickBarretto wants to merge 7 commits into
Closed
Conversation
Member
Author
|
Please, re-run the trigger tomorrow in other time. Notice the error is: I'm at 21h51 (GMT-3) right now. Do the math: 24h - 21h = 3h... |
* Check passenger data * Check session persist * Check trips * Check profile
72be31a to
bfc4a2b
Compare
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
This PR expands the Playwright E2E test suite across the public site, authentication flows, password recovery, signup validation, and the passenger app.
It also adds a reusable authenticated page fixture to reduce duplicated login setup across tests and updates Playwright timeout/worker settings to improve reliability locally and in CI.
Changes
loginAshelper.Testing
e2e/app,e2e/auth, ande2e/public.