LironEr / cypress-mochawesome-reporter

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

Be able to add test context #75

Closed mlegait closed 2 years ago

mlegait commented 2 years ago

According to the documentation, it's possible to add test context to Mochawesome reports: https://github.com/adamgruber/mochawesome#adding-test-context

So I tried to do it on top of cypress-mochawesome-reporter as described in Mochawesome README. But it does nothing.

Could it be possible to have a way to add test context?

Thank you very much for your help 😄

LironEr commented 2 years ago

See v3.1.0 release notes

Thanks.

mlegait commented 2 years ago

Thank you so much @LironEr !