Integrations
Integrations available:
CI/CD integrations - Jenkins, TFS, Azure Devops
Git integrations - All standard git service provider.
Bug reports integrations - Jira.
CI/CD integrations:
In order to integrate your CI/CD tool, you need to configure ‘CloudBeat CLI’ as a part of your build process.
Here’s a video on how to do it:
https://www.youtube.com/watch?v=ky6NEvedQFc
Git integrations:
To sync with your Git service provider you need to provide the following:
URL - the address to your git project
Branch name - for example: ‘master’
Name - your git username
Password - your git password
This configuration needs to be done when first creating a project.
Bug reports integrations:
When a test case is finished with status failed - you may integrate it with a bug report system such as ‘Jira’.
You need to do the following:
Go to your failed test results page by clicking it.
Select a failure reason from the drop down list on the top line of the test case.
On the top line you will have a ‘Jira’ button - click it.
Link the bug you opened in Jira in the ‘Link’ field.
Click ‘Add’ and the dialog will close.
Last updated