LironEr / cypress-mochawesome-reporter

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

feat: allow the usage of javascript configFile in mocha reporter options #87

Closed jogelin closed 2 years ago

jogelin commented 2 years ago

When using the cypress multi reporter libary, it is possible to provide an external configFile that will contains the reporter options.

This configFile can be a .json file or a .js file.

This PR is adding the support for the .js file.

LironEr commented 2 years ago

Thank you for your contribution