I am trying to disable cypress screenshots, I have this in my cypress.json:
{
"pluginsFile": "cypress/plugins/index.js",
"supportFile": "cypress/support/index.ts",
"video": false,
"screenshotOnRunFailure": false
}
But the screenshots are still happening.