Create the Azure DevOps Project
Learn how to set up an organization and a project on Azure to run the Selenium tests using a pipeline.
We'll cover the following...
So far, we did everything on the local machine.
All components needed for running the automated tests are stored locally:
- The automation solution
- Java JDK
- Maven
- Chrome driver
- Chrome browser
However, the goal of the course is to run the automated tests in a CI/CD pipeline.