Gitlab
Discover seamless GitLab integration with BugBug. Run your test automation from GitLab CI/CD pipelines using our CLI.
How to integrate test automation with GitLab?
Get your API token and suite ID
Example GitLab pipeline
bugbug_tests:
image: node:22
stage: test
script:
- npm install -g @testrevolution/bugbug-cli
- bugbug config set-token "$BUGBUG_API_TOKEN"
- bugbug remote run suite <suite-id>
only:
- mainUse Public API or incoming webhooks
Last updated
Was this helpful?
