top | item 14471384

Show HN: Codeless API Integration Testing on Travis CI Using Assertible

1 points| creichert | 8 years ago |github.com

1 comment

order

creichert|8 years ago

Blog post: https://assertible.com/blog/how-to-run-api-integration-tests...

The "Codeless" part is of course referring to the tests themselves, which are defined in Assertible.

Basically, ngrok is used to create a dynamic localhost tunnel to the web app which is built and run on CI. The dynamic ngrok URL is passed to an Assertible trigger which will run the API tests when executed.

Using this method allows you to reuse the same tests for monitoring and testing deployments.