Get Faster Feedback From Your Cypress Tests

1 · Gleb Bahmutov · Oct. 4, 2021, 1:30 p.m.
As your project grows, the end-to-end tests take longer and longer to finish. You open a pull request and ... wait for 10-20 minutes for the tests to finish. Then you search the Cypress Dashboard to find the spec with the modified test, just to see if it has failed or passed. All this time, you are thinking to yourself - why can't Cypress run the modified specs first? While there is no built-in way in Cypress as of October 2021, it is not hard to implement it yourself. In this blog post, I will ...