Skip to content

Commit

Permalink
digiwf-cypress update npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jun 24, 2024
1 parent 0317d00 commit aec8b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions digiwf-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "DigiWF E2E-Tests with Cypress",
"scripts": {
"cypress:open": "cypress open",
"start": "npm run cypress:open",
"cypress:run": "npm run reports:clean && cypress run",
"reports:clean": "rm -rf output",
"test": "npm run cypress:run"
"test": "npm run cypress:run",
"reports:clean": "rm -rf output"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit aec8b00

Please sign in to comment.