I have installed mochawesome as a dependency in mac os and have updated cypress config file using the steps provided here https://www.npmjs.com/package/cypress-mochawesome-reporter
My spec file executes without any problems or errors therefore I assume I have done everything right, however, there is no cypress/report folder created in the directory and nor any reports generated.
Could this be due to permissions as I am using a guest account on macbook or am I missing a step?
I am trying to generated HTML based report of my spec files.
I new to cypress and all inputs are appreciated :)