Skip to content

Commit

Permalink
Added new package.json so that we're not compelled to use Bash/Unix/M…
Browse files Browse the repository at this point in the history
…ac-type environment vars
  • Loading branch information
GOOD authored and GOOD committed Dec 9, 2024
1 parent 30b3012 commit f3401a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dfe.Academies.External.Web/CypressTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Cypress tests for the core journeys of the A2B service",
"main": "index.js",
"scripts": {
"cy:open": "cypress open --env URL=$URL,LOGIN_USERNAME=$LOGIN_USERNAME,LOGIN_PASSWORD=$LOGIN_PASSWORD,SIGNIN_URL=$SIGNIN_URL",
"cy:run": "cypress run --env URL=$URL,LOGIN_USERNAME=$LOGIN_USERNAME,LOGIN_PASSWORD=$LOGIN_PASSWORD,SIGNIN_URL=$SIGNIN_URL",
"cy:open": "cypress open --browser electron",
"cy:run": "cypress run --browser electron" ,
"cy:notify": "cypress-slack-reporter",
"lint": "eslint ."
},
Expand Down

0 comments on commit f3401a3

Please sign in to comment.