Pipeline to Run Docker Container & Execute Cypress Tests against it
In this Blog, we are going to show you how to create a pipeline in Azure DevOps (ADO) that: Fetches our Cypress automated tests from the project repository Logs in to Docker Hub Pulls & Runs our Docker image from Docker Hub, which is a web application (https://hub.docker.com/repository/docker/tomsk666/edge-training-site ) Runs our Cypress Tests against the Web [...]