adamgruber / mochawesome-report-generator

Standalone mochawesome report generator. Just add test data.
MIT License
234 stars 89 forks source link

Add browser name and viewport to report name #220

Open leminhai2007 opened 6 months ago

leminhai2007 commented 6 months ago

Hi, currently we can put the datetime and test reslt in to report file name throught keywords: [datetime], [status].

Can you help to add more keyword so we can add more information about test run into report file name. For example:

Thanks

adamgruber commented 6 months ago

Hi. Thanks for your request. I'm not sure it makes sense to add the options you are asking about since they are specific to Cypress. This reporter is built for mocha which Cypress uses under the hood.