As a product owner, I want the website to have end to end tests so that changes can be made quickly and safely #11
Open
Description
- When a change is made, the tests run against the new change (there is a danger that they may run against the previous version on a branch, unless I put in a safeguard, i.e. somehow detecting that the new version has been deployed)
- Tests run successfully against the master branch, too
- Test reports