diff --git a/applications/redeye-e2e/moon.yml b/applications/redeye-e2e/moon.yml index c326be6f..0173a087 100644 --- a/applications/redeye-e2e/moon.yml +++ b/applications/redeye-e2e/moon.yml @@ -3,12 +3,12 @@ dependsOn: - 'client' tasks: open-cy: - command: 'concurrently "yarn start" "yarn moon run redeye-e2e:start-cypress"' + command: 'concurrently "yarn start:client" "yarn start:server" "yarn moon run redeye-e2e:start-cypress"' local: true options: runFromWorkspaceRoot: true open-cy-blue: - command: 'concurrently "yarn start:blue" "yarn moon run redeye-e2e:start-cypress"' + command: 'concurrently "SERVER_BLUE_TEAM=true yarn start:server" "SERVER_BLUE_TEAM=true yarn start:client" "yarn moon run redeye-e2e:start-cypress"' local: true options: runFromWorkspaceRoot: true diff --git a/package.json b/package.json index 7755b01b..8d4905c3 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "builder-util": "^23.0.2", "concurrently": "^7.6.0", "cross-env": "^7.0.3", - "cypress": "^12.8.0", + "cypress": "^12.8.1", "cypress-multi-reporters": "^1.6.1", "dotenv": "^8.2.0", "eslint": "^8.22.0", diff --git a/yarn.lock b/yarn.lock index db5150dd..800080ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5983,9 +5983,9 @@ __metadata: languageName: node linkType: hard -"cypress@npm:^12.8.0": - version: 12.8.0 - resolution: "cypress@npm:12.8.0" +"cypress@npm:^12.8.1": + version: 12.8.1 + resolution: "cypress@npm:12.8.1" dependencies: "@cypress/request": ^2.88.10 "@cypress/xvfb": ^1.2.4 @@ -6031,7 +6031,7 @@ __metadata: yauzl: ^2.10.0 bin: cypress: bin/cypress - checksum: 7f136bb895ffc02d55a81548b29c731569d3f88584d9742b981e9c3039a32fd3296a95ab086ca8dd394bf9c3790a61d14d7eaf45ceed35ad0c19038941865db6 + checksum: a229f2b3ff20b1b533f6d4670303596aef596a394db77ea8eafe2fa8f175b79b9d48ba66262513fa806076be5c857e159539f6d8fd9acf4df9936a2fa649bf1e languageName: node linkType: hard @@ -13030,7 +13030,7 @@ __metadata: cors: ^2.8.5 cross-env: ^7.0.3 crypto-js: ^4.0.0 - cypress: ^12.8.0 + cypress: ^12.8.1 cypress-multi-reporters: ^1.6.1 d3: ^6.7.0 dayjs: ^1.11.7