Skip to content

Commit

Permalink
Merge pull request #763 from DFE-Digital/cypress-slack-notifications-…
Browse files Browse the repository at this point in the history
…with-other-changes

Cypress slack notifications with other changes
  • Loading branch information
FahadDarw authored Dec 13, 2024
2 parents 7006fe7 + 2b2bb13 commit f221aab
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 33 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,6 @@ Brewfile.lock.json
# Cypress

**/cypress/screenshots
cypress.env.json
cypress.env.json
**/cypress/videos
**/cypress/reports
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.

8 changes: 4 additions & 4 deletions Dfe.Academies.External.Web/CypressTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"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 .",
"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 f221aab

Please sign in to comment.