RaviThippana

Results 2 issues of RaviThippana

Even though I mentioned reporterOptions in .mocharc.js file. Mochawesome is not saving with the new file name. By default it's saving into Folder - mochawesome-report\mochawesome.html Below snippet is my .mocharc.js...

I am trying to add screen shot when test fail happens in playwright using Mochawesome-screenshots. Below is my snippet of .mocharc.js module.exports = { reporter: "mochawesome-screenshots", "reporter-option": [ "reportDir=Automation_Reports", "reportName="...