Last updated: Jan 08, 2020 14:50
Demo video
The following video illustrates the integration process.
Step-by-step instructions
Go to Azure Pipelines and select New Pipeline.
Specify where your code is. In this example, we point to a GitHub project.
Click Authorize and enter credentials if prompted.
Select the relevant repository. You may be prompted for your password again.
When redirected to the following page (https://github.com/settings/installations), configure Azure Pipelines in GitHub as per:
Scroll down to find this:
- When you have selected the desired repositories, click Approve and Install.
Select the Pipeline you would like to set up.
Click Show more and select Maven.
The YAML file is prepared for you.
The default file looks like the following. You can edit it as needed.
At the top right, click Save and Run.
Wait for Azure to finish.
You will see the test running like this:
In the Perfecto Report Library, check the reports to verify that your tests are running.