Create the Azure DevOps Project
Discover how to create an Azure DevOps project by using an Outlook.com account, set up a new organization and private project, and prepare for running Selenium Java tests within CI/CD pipelines. This lesson guides you through the initial steps to integrate your automation code into Azure DevOps for collaborative and pipeline execution.
We'll cover the following...
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.
What do you need for an Azure DevOps project?
The only thing that is needed is an ...