Running Cypress in Jenkins using Docker

added by JavaScript Kicks
10/23/2019 8:19:41 AM

363 Views

I've been looking at Cypress lately as a solution to do better end to end testing, and even in some cases to just dodge TDD altogether, and rely on seeing my code work in a browser like environment and actually see the results. Locally, Cypress runs with ease, just cypress


0 comments