Skip to content

Commit

Permalink
Merge pull request #756 from DFE-Digital/Test-A2B-Temp-Workaround-Use…
Browse files Browse the repository at this point in the history
…-Electron-For-Win-Local-Cypress-Testing

Changed package.json so that we're not compelled to use Bash/Unix/M…
  • Loading branch information
dangood84 authored Dec 9, 2024
2 parents 30b3012 + f3401a3 commit e3cd565
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 e3cd565

Please sign in to comment.