We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c28b56 commit e71548dCopy full SHA for e71548d
cypress.json
@@ -0,0 +1,4 @@
1
+{
2
+ "baseUrl": "http://localhost:3000/",
3
+ "video": false
4
+}
package.json
@@ -11,7 +11,9 @@
11
"start": "react-scripts start",
12
"build": "react-scripts build",
13
"test": "react-scripts test",
14
- "eject": "react-scripts eject"
+ "eject": "react-scripts eject",
15
+ "ci:e2e": "cypress run",
16
+ "test:e2e": "cypress run --config baseUrl=http://localhost:3000/"
17
},
18
"eslintConfig": {
19
"extends": "react-app"
@@ -21,5 +23,8 @@
21
23
"not dead",
22
24
"not ie <= 11",
25
"not op_mini all"
- ]
26
+ ],
27
+ "devDependencies": {
28
+ "cypress": "^3.2.0"
29
+ }
30
}
0 commit comments