From c5222c4677b2554fc1bc2614ef47e605fe808c30 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:44:31 +0100 Subject: [PATCH] Update repo link for cypress-multi-reporters --- docs/app/tooling/reporters.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/tooling/reporters.mdx b/docs/app/tooling/reporters.mdx index 78b26680a4..a65d1bc82f 100644 --- a/docs/app/tooling/reporters.mdx +++ b/docs/app/tooling/reporters.mdx @@ -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, +We suggest using the npm module [cypress-multi-reporters](https://www.npmjs.com/package/cypress-multi-reporters). ### Examples @@ -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