You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Cypress test: Add option for testing without build and deploy
Sometimes, we don't want Cypress to rebuild and redeploy the application
every time we run the tests. Instead, we build and deploy the
application ourselves.
For those cases, we can use npm run cypress:local:testonly and Cypress
will skip building and deployment and move directly into testing.
0 commit comments