Create the Pipeline and Run the Tests
Learn how to create the pipeline and execute the Selenium tests using Docker containers.
We'll cover the following...
We'll cover the following...
The pipeline that runs the Selenium tests in a Docker container relies on the Dockerfile from the root project folder:
Add the above
Dockerfileto the root of your project repository.
The Docker pipeline
The Docker pipeline YAML code is below:
The pipeline has only two tasks, one for building the Docker image and ...