Cypress - CI/CD and Reporting
Given this CI pipeline snippet:
What will happen when this pipeline runs after a code push?
steps: - run: npm install - run: npx cypress run - run: echo "Tests completed"
What will happen when this pipeline runs after a code push?
