Run Cypress tests inside Docker container
Preconditions (3)
Step 1: Build the Docker image using the Dockerfile
Step 2: Run the Docker container from the built image
Step 3: Inside the container, execute Cypress tests
Step 4: Observe the test execution output in the container logs
✅ Expected Result: Cypress tests run successfully inside the Docker container and test results are visible in the container logs