TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Automated post deployment testing for any GitHub repo

6 pointsby CodyReichertabout 8 years ago

1 comment

CodyReichertabout 8 years ago
We created an integration with GitHub that automatically runs tests against a web service when a repository is &#x27;deployed&#x27;. 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&#x27;ve got some configurations with popular CI providers, like Travis and Wercker here: <a href="https:&#x2F;&#x2F;github.com&#x2F;assertible&#x2F;deployments" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;assertible&#x2F;deployments</a><p>Would love to hear your thoughts on this!