I've enabled retries by passing in the retries object in my cypress.config.json
"retries" : {
"runMode": 1,
"openMode": 0
}
My full command was `npx cypress run --spec
My terminal never displays the second attempt in run mode. When running it in open mode with 'cypress open', I can see that retries are attempted
https://cdn.discordapp.com/attachments/1107684717815418971/1107684717970600096/Screen_Shot_2023-05-15_at_09.28.55.png▾