We created an integration with GitHub that automatically runs tests against a web service when a repository is 'deployed'. In short, this is how the workflow looks:<p>- Push code to GitHub<p>- Build and deploy code on CI<p>- Send a <i>deployment event</i> to the GitHub repository<p>- Assertible automatically runs tests on the web service<p>We've got some configurations with popular CI providers, like Travis and Wercker here: <a href="https://github.com/assertible/deployments" rel="nofollow">https://github.com/assertible/deployments</a><p>Would love to hear your thoughts on this!