Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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