๐ฉโ๐ป Join our community of thousands of amazing developers!
Imagine you are doubting if a test works consistently. You could run it using cypress-grep locally. But what if someone working on the backend API comes in and asks if they could launch the tests too? You could give them the command line utility run-cy-on-ci to launch the tests from the terminal. Or you could let them launch the tests from the GitHub Actions page and it is much much simpler procedure.๐ You can find these examples in the repo bahmutov/test-todomvc-using-app-actions.Run a test N t...