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 6305f87 commit 38ca0faCopy full SHA for 38ca0fa
template/config/cypress/package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
- "test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
4
- "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'"
+ "test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
+ "test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
5
},
6
"devDependencies": {
7
"cypress": "^10.3.0",
0 commit comments