Skip to content

Commit

Permalink
Fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Aug 12, 2024
1 parent 46c2dd8 commit d2bcd6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "npm run test:api:with:server && npm run test:frontend:component && npm run test:frontend:gui:with:servers",
"test:frontend:gui:mocksserver": "cypress run --spec cypress/e2e/gui/mocksServer.cy.js --record false",
"test:frontend:gui:mocksserver:cloud": "cypress run --record --tag 'GUI-MOCKS-SERVER' --spec cypress/e2e/gui/mocksServer.cy.js",
"test:frontend:gui": "cypress run --spec cypress/e2e/gui/*.cy.js --record false",
"test:frontend:gui:cloud": "cypress run --record --tag 'GUI' --spec cypress/e2e/gui/*.cy.js",
"test:frontend:gui": "cypress run --spec cypress/e2e/gui/EngageSphere.cy.js --record false",
"test:frontend:gui:cloud": "cypress run --record --tag 'GUI' --spec cypress/e2e/gui/EngageSphere.cy.js",
"test:frontend:gui:with:servers": "start-server-and-test start:frontend 3000 start:server 3000 test:frontend:gui",
"test:api:prod:cloud": "cypress run --record --tag 'API-PROD' --spec cypress/e2e/api/*.cy.js --config baseUrl='https://engage-sphere.vercel.app'",
"test:frontend:gui:prod:cloud": "cypress run --record --tag 'GUI-PROD' --spec cypress/e2e/gui/EngageSphere.cy.js --config baseUrl='https://engage-sphere.vercel.app'",
Expand Down

0 comments on commit d2bcd6b

Please sign in to comment.