Skip to content

Commit

Permalink
fix: update cypress-multi-reporters repository and homepage URLs (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
liby authored Oct 25, 2024
1 parent e1a3e42 commit 2193ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cypress-multi-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/you54f/cypress-multi-reporters"
"url": "https://github.com/YOU54F/cypress-plugins"
},
"engines": {
"node": ">=6.0.0"
},
"bugs": "https://github.com/you54f/cypress-multi-reporters/issues",
"homepage": "https://github.com/you54f/cypress-multi-reporters",
"bugs": "https://github.com/YOU54F/cypress-plugins/issues",
"homepage": "https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters",
"license": "MIT",
"dependencies": {
"debug": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion cypress-slack-reporter-old/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ eg. `export SLACK_WEBHOOK_URL=your1stWebhookUrlHere,your2ndWebhookUrlHere`
- [mochawesome](https://github.com/adamgruber/mochawesome/) for json test result generation
- [mochawesome-merge](https://github.com/Antontelesh/mochawesome-merge) to combine multiple mochawesome reports
- [mochawesome-report-generator](https://github.com/Antonteleshmochawesome-report-generator) to generate a HTML report, from your mochawesome json test results
- [cypress-multi-reporters](https://github.com/you54f/cypress-multi-reporters) to allow you to use multple reporters, in case you require other outputs (junit/spec etc)
- [cypress-multi-reporters](https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters) to allow you to use multiple reporters, in case you require other outputs (junit/spec etc)

Yarn installation Instructions

Expand Down

0 comments on commit 2193ec7

Please sign in to comment.