Codeship is a fast and secure hosted Continuous Integration service that scales with your needs. It supports GitHub, Bitbucket, and Gitlab projects.
1. Navigate to the project’s deployment configuration in Codeship
Project configuration
↳Deployment
↳Custom Script
2. Paste the following code to the deployment configuration
wget https://usetrace.com/integration/usetrace-run.sh
# Usage: usetrace-run-sh
# Example: usetrace-run.sh chrome,firefox,ie9,ie10,ie11 smoke,regression
# The curl command below waits until the page is up and the testing may start
curl --retry 10 --retry-delay 5 -v
bash usetrace-run.sh chrome