This repository was archived by the owner on May 10, 2021. It is now read-only.
Commit 444ebc1
committed
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.1 parent 31b0f09 commit 444ebc1
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments