Overview
The GitLab integration lets you run Spur tests automatically on every merge request. Test results appear as pipeline status checks directly on the MR, helping your team catch issues before merging.Automated Test Execution
Test plans run automatically on every merge request without manual intervention.
MR Status Checks
Pass/fail results appear directly on the merge request in GitLab.
.gitlab-ci.yml configuration, see the CI/CD guide.
Quick Reference
Add the Spur test stage to your.gitlab-ci.yml file to trigger test plans on merge request events. Spur provides the configuration you need from the GitLab Integration Settings page.
The full CI/CD setup guide covers everything you need, including configuring test plans and pipeline setup. See the CI/CD page for step-by-step instructions.

