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 newtests 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!?
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:
tests
folder that will house our end-to-end testsnpm run e2e
What's next; get more testing coverage, and profit!?
fixes: https://github.com/mishmanners/mish-friendly-food/issues/109