Skip to content

Commit af7f1d9

Browse files
TheZokersdirix
authored andcommitted
Add cypress open command
1 parent 19d003d commit af7f1d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
"start": "react-scripts start",
3232
"build": "react-scripts build",
3333
"test": "react-scripts test --env=jsdom",
34-
"test-cypress": "start-server-and-test start http://localhost:3000 cypress",
35-
"cypress": "cypress run",
36-
"eject": "react-scripts eject"
34+
"test-cypress": "start-server-and-test start http://localhost:3000 './node_modules/.bin/cypress run'",
35+
"cypress": "cypress open"
3736
},
3837
"browserslist": [
3938
">0.2%",

0 commit comments

Comments
 (0)