Codeship
Run traces from Codeship.
1. Navigate to the project’s deployment configuration
Project configuration
↳Deployment
↳Custom Script
2. Paste the following code
wget https://usetrace.com/integration/usetrace-run.sh
# Usage: usetrace-run-sh
# Example: usetrace-run.sh <YOUR_PROJECT_ID <YOUR_BASE_URL> 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 <YOUR_BASE_URL>
bash usetrace-run.sh <YOUR_PROJECT_ID <YOUR_BASE_URL> chrome