Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
updates to cypress moon.yml for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sang2925 committed Mar 15, 2023
1 parent f6b5b9f commit 752afbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions applications/redeye-e2e/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -6031,7 +6031,7 @@ __metadata:
yauzl: ^2.10.0
bin:
cypress: bin/cypress
checksum: 7f136bb895ffc02d55a81548b29c731569d3f88584d9742b981e9c3039a32fd3296a95ab086ca8dd394bf9c3790a61d14d7eaf45ceed35ad0c19038941865db6
checksum: a229f2b3ff20b1b533f6d4670303596aef596a394db77ea8eafe2fa8f175b79b9d48ba66262513fa806076be5c857e159539f6d8fd9acf4df9936a2fa649bf1e
languageName: node
linkType: hard

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 752afbc

Please sign in to comment.