Skip to content

Commit e3cd565

Browse files
authored
Merge pull request #756 from DFE-Digital/Test-A2B-Temp-Workaround-Use-Electron-For-Win-Local-Cypress-Testing
Changed package.json so that we're not compelled to use Bash/Unix/M…
2 parents 30b3012 + f3401a3 commit e3cd565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dfe.Academies.External.Web/CypressTests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Cypress tests for the core journeys of the A2B service",
55
"main": "index.js",
66
"scripts": {
7-
"cy:open": "cypress open --env URL=$URL,LOGIN_USERNAME=$LOGIN_USERNAME,LOGIN_PASSWORD=$LOGIN_PASSWORD,SIGNIN_URL=$SIGNIN_URL",
8-
"cy:run": "cypress run --env URL=$URL,LOGIN_USERNAME=$LOGIN_USERNAME,LOGIN_PASSWORD=$LOGIN_PASSWORD,SIGNIN_URL=$SIGNIN_URL",
7+
"cy:open": "cypress open --browser electron",
8+
"cy:run": "cypress run --browser electron" ,
99
"cy:notify": "cypress-slack-reporter",
1010
"lint": "eslint ."
1111
},

0 commit comments

Comments
 (0)