Skip to content

Commit 57c0f20

Browse files
author
Vasyl Stokolosa
committed
Cypress visitURL config
1 parent f439d9e commit 57c0f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "jest --coverage",
2222
"test:watch": "jest --coverage --watch",
2323
"report-coverage": "cat ./app/tests/__tests__/coverage/lcov.info | codecov",
24-
"e2e": "run-p --race server cypress:run",
24+
"e2e": "run-p --race dev server cypress:run",
2525
"cypress:open": "cypress open",
2626
"cypress:run": "cypress run --spec ./app/tests/e2e/cypress/integration/create_react_redux_app_structure_spec.js"
2727
},

0 commit comments

Comments
 (0)