Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo link for cypress-multi-reporters #6012

Merged
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