Skip to content

Commit

Permalink
Update repo link for cypress-multi-reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 21, 2024
1 parent e7bae36 commit c5222c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/tooling/reporters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ additional feedback while the tests are running!
The solution here is to use multiple reporters. You will have the benefit of
both worlds.

We suggest using the npm module, <Icon name="github" inline="true" url="https://github.com/you54f/cypress-multi-reporters" />
We suggest using the npm module [cypress-multi-reporters](https://www.npmjs.com/package/cypress-multi-reporters).

### Examples

Expand All @@ -199,7 +199,7 @@ each spec file.

We need to install additional dependencies:

- [`cypress-multi-reporters`](https://github.com/you54f/cypress-multi-reporters):
- [`cypress-multi-reporters`](https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters):
enables multiple reporters
- [`mocha-junit-reporter`](https://github.com/michaelleeallen/mocha-junit-reporter)
the actual junit reporter, as we cannot use the `junit` reporter that comes
Expand Down

0 comments on commit c5222c4

Please sign in to comment.