Skip to main content
All CollectionsAPI and Continuous Integration (CI)
Continuous integration with Codeship
Continuous integration with Codeship

Run tests from Codeship once it triggers

I
Written by Igor Ivanovski
Updated over a week ago

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
Did this answer your question?