Skip to content

Commit

Permalink
refactored_slack_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadDarw committed Dec 13, 2024
1 parent b6d6bf1 commit 5da9e56
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 34 deletions.
51 changes: 23 additions & 28 deletions Dfe.Academies.External.Web/CypressTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Dfe.Academies.External.Web/CypressTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
"cy:open": "cypress open --browser electron",
"cy:run": "cypress run --browser electron",
"cy:notify": "cypress-slack-reporter",
"clean:reports": "rm -rf cypress/reports/mocha/*.json",
"combine:reports": "mochawesome-merge cypress/reports/mocha/*.json> mochareports/report.json",
"clean:reports": "rm -rf CypressTests/cypress/reports/mocha/*.json",
"combine:reports": "mochawesome-merge CypressTests/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 .",
"generate:html:report": "mochawesome-merge ./cypress/reports/*.json > mochareports/report.json && mochawesome-report-generator mochareports/report.json"
"lint": "eslint ."
},
"keywords": [
"regression",
Expand All @@ -39,6 +38,7 @@
"cypress": "^13.0.0",
"cypress-file-upload": "^5.0.8",
"cypress-slack-reporter": "^1.5.4",
"mochawesome-merge": "^4.3.0",
"typescript": "^5.1.6"
},
"devDependencies": {
Expand All @@ -48,9 +48,9 @@
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
"@typescript-eslint/parser": "^8.0.0-alpha.10",
"cypress-axe": "^1.4.0",
"cypress-multi-reporters": "^1.6.1",
"eslint": "^9.6.0",
"eslint-plugin-cypress": "^3.0.0",
"zaproxy": "^2.0.0-rc.1",
"cypress-multi-reporters": "^1.6.1"
"zaproxy": "^2.0.0-rc.1"
}
}

0 comments on commit 5da9e56

Please sign in to comment.