Running via API
BugBug allows you to connect to your CI/CD pipeline. You can run tests and suites in the cloud using BugBug's Command Line Interface or public API.
BugBug API documentation
You can check out all helpful API commands in our online documentation in two formats.
1. Swagger doc
Easy way to check your project data outside of the BugBug Web App. Just find your API Token and play with the data.
BugBug public API Swagger
Swagger authorization:
Enter the API Key with the Token
prefix, e.g. "Token abcde12345". You will find that key in the BugBug web app in the Integration tab.
2. Redoc API documentation
If you prefer the Redoc style you can find it with this link below:
Last updated