File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 "test:e2e:headless" : " cypress run --spec 'cypress/e2e/scaffolded-app.cy.js'" ,
3333 "test:e2e:custom:studio" : " cypress open --e2e --config baseUrl=http://localhost:7174" ,
3434 "test:e2e:custom:studio:headless" : " cypress run --spec 'cypress/e2e/custom-questions-studio.cy.js' --config baseUrl=http://localhost:7174" ,
35- "test:e2e:custom:dev" : " cypress open --e2e --config baseUrl=http://localhost:6173 " ,
36- "test:e2e:custom:dev:headless" : " cypress run --spec 'cypress/e2e/custom-questions-dev.cy.js' --config baseUrl=http://localhost:6173 "
35+ "test:e2e:custom:dev" : " cypress open --e2e --config baseUrl=http://localhost:5173 " ,
36+ "test:e2e:custom:dev:headless" : " cypress run --spec 'cypress/e2e/custom-questions-dev.cy.js'"
3737 },
3838 "keywords" : [
3939 " cli" ,
You can’t perform that action at this time.
0 commit comments