LironEr / cypress-mochawesome-reporter

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

feat: disable reporter by using env var #79

Closed LironEr closed 2 years ago

LironEr commented 2 years ago

related: #68

To disable this reporter when this reporter is the active reporter, set env var called DISABLE_CYPRESS_MOCHAWESOME_REPORTER with the value true

DISABLE_CYPRESS_MOCHAWESOME_REPORTER=true cypress run