Pipeline to Run Docker Container & Execute Cypress Tests against it

By |2022-02-16T14:35:39+00:00February 16th, 2022|Categories: Azure DevOps, Cypress, Docker|Tags: , , , |

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 [...]