When developing Cypress tests, there is a cool test runner that automatically picks up cypress code changes and provides a nice GUI to view/debug your tests.
This works great for development on your own local machine, but the development workflow at my work has everyone's code on a remote development server, which we mount a remote folder onto our machines and develop that way.
Is there a way to utilize the test runner with this setup? Or is my team just stuck with cypress run
instead of cypress open
?
Aucun commentaire:
Enregistrer un commentaire