|
1 | | -# Add post deploy smoke tests to any Codeship pipeline |
2 | | - |
3 | | -Production tests: [](https://assertible.com) |
4 | | - |
5 | | -Staging tests: [](https://assertible.com) |
6 | | - |
7 | | -Codeship build: [](https://codeship.com) |
| 1 | +<div align="center"> |
| 2 | + <a href="https://assertible.com" target="_blank"> |
| 3 | + <img src="https://assertible.com/images/logo/logo-horizontal-512x.png" width="256" alt="Assertible logo" title="Testing a Node.js API with Assertible"/> |
| 4 | + </a> |
| 5 | + <h2>Automated post-deploy testing with Codeship and Assertible</h2> |
| 6 | + <hr/> |
| 7 | + <a href="https://assertible.com/"> |
| 8 | + <img title="Assertible test status - production" src="https://assertible.com/apis/d1d4c735-9afc-42d9-970a-f5b1cc797152/status?api_token=8b55a286830323effb"/> |
| 9 | + </a> |
| 10 | + <a href="https://assertible.com"> |
| 11 | + <img title="Assertible test status - staging" src="https://assertible.com/apis/d1d4c735-9afc-42d9-970a-f5b1cc797152/status?api_token=8b55a286830323effb&environment=staging"/> |
| 12 | + </a> |
| 13 | + <a href="https://codeship.com"> |
| 14 | + <img title="Assertible status" src="https://codeship.com/projects/1f082380-f64b-0134-b0e6-5e8fac69f0da/status?branch=master"/> |
| 15 | + </a> |
| 16 | + <br/> |
| 17 | +</div> |
| 18 | + |
| 19 | +[**Codeship blog: Add post-deployment testing to your build using Assertible**](https://blog.codeship.com/add-post-deploy-smoke-tests-to-any-codeship-pipeline/) |
8 | 20 |
|
9 | 21 | This is an example of **an automated post-deployment testing |
10 | 22 | pipeline** on staging and production environments, with a sample Ruby |
11 | 23 | API. The project |
12 | 24 | uses [Codehsip](https://codeship.com), [Heroku](https://heroku.com), |
13 | 25 | and [assertible](https://assertible.com). |
14 | 26 |
|
15 | | -[**Read the full post on Codeship**](https://blog.codeship.com/add-post-deploy-smoke-tests-to-any-codeship-pipeline/) |
16 | | - |
17 | 27 | ## How it works |
18 | 28 |
|
19 | 29 | 1. Push code to a repository, which is picked up a Codeship. |
|
0 commit comments