Closed mleonard0826 closed 3 years ago
Can you check
https://github.com/YOU54F/cypress-multi-reporters#configuring-reporters
dropping the @
should work for scoped reporters 👍🏽
Thank you for the great report btw
Hi @YOU54F
I'm not currently able to evaluate this as my local instance of Report Portal is no longer working. I've reached out to the Report Portal team for assistance and will try this once it's back up.
Hi @mleonard0826 I am going to close this because I believe the posted solution should solve this issue. Feel free to reopen if you ever need to!
Expected behavior
I can utilize cypress-multi-reporters to employ both @reportportal/agent-js-cypress and mochawesome in my project.
Actual behavior
I am presented with the following error when executing my tests:
Information about the Issue
I believe that cypress-multi-reporters may be pointing to the wrong child folder of the
@reportportal
module. The error implies it's pointed to@reportportal/client-javascript
when it should be looking at@reportportal/agent-js-cypress
.My cypress.json file includes:
My reporter.json file:
Steps to reproduce the behavior