diff --git a/package.json b/package.json index 61aec9f..a6f60f3 100644 --- a/package.json +++ b/package.json @@ -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'",