Getting "Error: Pattern mochawesome-report/*.json matched no report files" error only when test running in github action #21099
Replies: 4 comments 2 replies
-
The very same happens with dockerized setup. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this also. When I run the tests locally ( Then the However, when I run with Github Actions, I get this failure in the logs:
Here are my configurations for reference: cypress.config.js:
.github/workflows/main.yml:
package.json:
|
Beta Was this translation helpful? Give feedback.
-
Anyone can give some comments on this issue? I encountered this issue as well. |
Beta Was this translation helpful? Give feedback.
-
hello guys, it's not exactly a solution, but I found a workaround. parallel runs automatically record to Cypress Cloud, no need for additional mochawesome reporting in my case. it's possible to conditionally disable Cypress Mochawesome Reporter. something like:
hope it helps someone 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am able to merge and generate reports in my local but when I am running mt test into GitHub action through error
ERROR: Failed to merge reports
. I never used GitHub action before so maybe I have made a mistake. Any suggestions are welcome.Here is my
cypress.json
fileHere is my
package.json
file.And here is my
cypress.yml
file that I used for GitHub action.I am getting the below error for merging reports. In my local machine, it working fine.
Beta Was this translation helpful? Give feedback.
All reactions