From d2bcd6bec3cc767a52f55b79f1bd2d17408c3a70 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Sat, 3 Aug 2024 01:13:46 +0200 Subject: [PATCH] Fix broken workflow --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'",