Skip to content

Commit

Permalink
slack-reporting-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadDarw committed Dec 13, 2024
1 parent 5da9e56 commit dac208e
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 @@ -7,8 +7,8 @@
"cy:open": "cypress open --browser electron",
"cy:run": "cypress run --browser electron",
"cy:notify": "cypress-slack-reporter",
"clean:reports": "rm -rf CypressTests/cypress/reports/mocha/*.json",
"combine:reports": "mochawesome-merge CypressTests/cypress/reports/mocha/*.json> mochareports/report.json",
"clean:reports": "rm -rf cypress/reports/mocha/*.json",
"combine:reports": "mochawesome-merge cypress/reports/mocha/*.json> mochareports/report.json",
"create:html:report": "marge mochareports/report.json -f report -o mochareports",
"generate:html:report": "npm run combine:reports && npm run create:html:report",
"lint": "eslint ."
Expand Down

0 comments on commit dac208e

Please sign in to comment.