Skip to content

Commit e76f6be

Browse files
authored
Update README.md
1 parent a534141 commit e76f6be

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
1-
# Add post deploy smoke tests to any Codeship pipeline
2-
3-
Production tests: [![Assertible status](https://assertible.com/apis/d1d4c735-9afc-42d9-970a-f5b1cc797152/status?api_token=8b55a286830323effb)](https://assertible.com)
4-
5-
Staging tests: [![Assertible status](https://assertible.com/apis/d1d4c735-9afc-42d9-970a-f5b1cc797152/status?api_token=8b55a286830323effb&environment=staging)](https://assertible.com)
6-
7-
Codeship build: [![Codeship status](https://codeship.com/projects/1f082380-f64b-0134-b0e6-5e8fac69f0da/status?branch=master)](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/)
820

921
This is an example of **an automated post-deployment testing
1022
pipeline** on staging and production environments, with a sample Ruby
1123
API. The project
1224
uses [Codehsip](https://codeship.com), [Heroku](https://heroku.com),
1325
and [assertible](https://assertible.com).
1426

15-
[**Read the full post on Codeship**](https://blog.codeship.com/add-post-deploy-smoke-tests-to-any-codeship-pipeline/)
16-
1727
## How it works
1828

1929
1. Push code to a repository, which is picked up a Codeship.

0 commit comments

Comments
 (0)