LironEr / cypress-mochawesome-reporter

Zero config Mochawesome reporter for Cypress with screenshots and videos
MIT License
159 stars 49 forks source link

fix: unable to find jsons folder when cypress config is not in project root #97

Closed LironEr closed 2 years ago

LironEr commented 2 years ago

related: #95

jogelin commented 2 years ago

@LironEr There is a breaking change since this commit.

We cannot put an absolute path for the reportDir anymore because the baseUrl is always added in front.

In my case, I generate the report outside of my projectRoot and I can't anymore

LironEr commented 2 years ago

@jogelin should be fixed in v3.2.2

Thank you!