Automatically run smoke tests for a Go application every time it's deployed to Heroku using Assertible.
Tutorial: Automated smoke testing a Go API on Heroku · Example PR · Try opening a PR
The following step are high-level overview for how to get review apps working with Assertible.
- Automate smoke tests for a Go API on Heroku
- Create a new heroku app
- Setup Heroku Review Apps
- Automating QA pipelines for Heroku Review Apps
When changes are merged to master
, Assertible will automatically run
checks against your production application.
You may need to configure a new environment in Assertible which
matches the name of your Heroku application. For this app I have
created an environment named go-heroku-assertible-example
:
The code in this repository is licensed under MIT. View the license
assertible.com · GitHub @assertible · Twitter @AssertibleApp