-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIMS-632 Playwright #2721
PIMS-632 Playwright #2721
Conversation
tests run well and pass when running in ui ( |
Co-authored-by: TaylorFries <[email protected]>
tests in headless mode now passing consistently (5 consecutive runs.) Had to restart the API every 2 tests to avoid hitting rate limit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…nto PIMS-632-Playwright
Going to merge this for now so I can work on a workflow that uses it. Need it in DEV first. |
🎯 Summary
PIMS-632
This ticket aims to add Playwright as an option for end-to-end (e2e) testing.
It is not a complete testing suite for all the app's functions, but it provides a baseline we can add to over time.
If we want to test adding/editing/deleting in the future, it will be necessary to restore or stage the database in some way so that tests are idempotent.
Changes
Testing
/e2e
folder for installation.I've tried to combat flakey tests, but some of them (like the map filter) are really sensitive to timings.
🔰 Checklist