Continuous Integration (CI/CD)

Automatically execute your Scandium tests within your existing Continuous Integration/Continuous Deployment pipeline.

To interact with the Scandium Cloud Runner API, you need an API token. You can get one from your profile on dashboard. Visit your profile https://app.getscandium.com/settings/profile and copy your API token

In order to successfully execute a test case or test suite, you will need following Parameters, in addition to the API TOKEN copied from your profile. Read on for how to get each necessary parameter.

Project ID

Click on the projects dropdown, then click on the "View all" button

view all projects

From the list of projects displayed, click on the options (kebab menu) on the project card, then click on "Copy project id"

copy project id

Suite ID

Applicable when you want to run a test suite. To get a test suite's ID, from the suites listing page, find the desired test case, click on its options menu, then click on "Copy suite id"

Check the guides below for specific pipelines:

Azure Devops

Bamboo CI

Bitbucket Pipelines

Circle CI

Github Actions

GitLab CI

Jenkins

Travis CI

Last updated