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 7eaf04d commit 17c7af5Copy full SHA for 17c7af5
cypress.json
@@ -1,4 +1,4 @@
1
{
2
- "baseUrl": "http://localhost:3000",
+ "baseUrl": "http://localhost:4200",
3
"video": false
4
}
package.json
@@ -57,7 +57,7 @@
57
"jest": "jest",
58
"cypress:open": "cypress open",
59
"cypress:run": "cypress run",
60
- "cypress:ci": "start-server-and-test http-get://localhost:3000 cypress:run"
+ "cypress:ci": "start-server-and-test build-test http://localhost:4200 cypress:run"
61
},
62
"husky": {
63
"hooks": {
0 commit comments