You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playwright is a very popular end-to-end testing suite. We also have a need to get our functionality tested.
This pull request sets the project up with playwright 🎉 , that sets us up for future initiatives — and confidence that we continue to deliver a good customer experience.
What you'll find is:
Brand new tests folder that will house our end-to-end tests
A script added to run them: npm run e2e
Our GitHub actions updated, so as contributions come in GitHub can help us verify things wont regress.
What's next; get more testing coverage, and profit!?
fixes: #109
Once we've implemented this feature: #108, we'll need to test to ensure translation is working correctly.
Can test for multiple scenarios.
The text was updated successfully, but these errors were encountered: