GitLab Pipeline

Automate your testing workflow by including a Testable test in your GitLab Pipeline.

Option 1: Trigger an existing test

If you’ve already set up a test configuration via the Testable website then you can use the trigger URL to integrate it into a pipeline.

An example pipeline can be found at https://s3.amazonaws.com/testable.samples/gitlab-job-trigger.yml.

Option 2: Configure and run a test using our Simple API

You can also setup your test completely from within your job without any need to use the Testable website first via our simple API.

An example pipeline can be found at https://s3.amazonaws.com/testable.samples/gitlab-job-simpleapi.yml.