Skip to content

Commit 2193ec7

Browse files
authored
fix: update cypress-multi-reporters repository and homepage URLs (#1252)
1 parent e1a3e42 commit 2193ec7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cypress-multi-reporters/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/you54f/cypress-multi-reporters"
27+
"url": "https://github.com/YOU54F/cypress-plugins"
2828
},
2929
"engines": {
3030
"node": ">=6.0.0"
3131
},
32-
"bugs": "https://github.com/you54f/cypress-multi-reporters/issues",
33-
"homepage": "https://github.com/you54f/cypress-multi-reporters",
32+
"bugs": "https://github.com/YOU54F/cypress-plugins/issues",
33+
"homepage": "https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters",
3434
"license": "MIT",
3535
"dependencies": {
3636
"debug": "^4.3.7",

cypress-slack-reporter-old/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ eg. `export SLACK_WEBHOOK_URL=your1stWebhookUrlHere,your2ndWebhookUrlHere`
116116
- [mochawesome](https://github.com/adamgruber/mochawesome/) for json test result generation
117117
- [mochawesome-merge](https://github.com/Antontelesh/mochawesome-merge) to combine multiple mochawesome reports
118118
- [mochawesome-report-generator](https://github.com/Antonteleshmochawesome-report-generator) to generate a HTML report, from your mochawesome json test results
119-
- [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)
119+
- [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)
120120

121121
Yarn installation Instructions
122122

0 commit comments

Comments
 (0)