Skip to content
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

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
2 of 3 tasks
johnboyes opened this issue Mar 13, 2020 · 1 comment
Labels
Story New feature or request

Comments

@johnboyes
Copy link
Contributor

johnboyes commented Mar 13, 2020

  • 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
@johnboyes johnboyes added the Story New feature or request label Mar 13, 2020
@johnboyes
Copy link
Contributor Author

I could have a Netlify function that ideally updates each commit with the deploy url. That would be perfect. Or it could just indicate that the deploy has happened successfully. Either way would want to make it a status check, and have CircleCI wait for it before running the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant