codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Extension to do end to end tests #478

Open mindyor opened 5 years ago

mindyor commented 5 years ago

When I push to a repo, I want to get feedback from e2e tests. At present I need to trigger them manually (and remember to do so).

I would instead like codeamp to trigger my e2e tests, and see a badge similar to github status. And when those tests fail, I want the deployment to be rolled back.