I using Cypress combined with mochawesome-report / mochareports for to generate reports automatically.
I'm starting the tests by executing npx cypress run --config video=false --browser chrome on the terminal.
Screenshots shall not be created.
Is there a flag, similar to video=false, concerning screenshots?
Or: How can I disable screenshot-generation?
