Run the Pipeline
Explore how to execute your Selenium Java automated tests in Azure DevOps pipelines by running builds and understanding build summaries. Learn to identify and resolve parallelism permission errors and review job execution details for effective test pipeline management.
We'll cover the following...
To run the pipeline, simply click the RUN button.
After the pipeline runs, a new pipeline build is created, and the build page is displayed.
Note: You might come across the following error while executing the pipeline:
“No hosted parallelism has been purchased or granted. To request a free parallelism grant, please reach out to
azpipelines-freetier@microsoft.comwith your name and organization name.”The error corresponds to the changes in the free tier grant for private projects by the Azure ...