Igor Horta Corrêa
Results
2
comments of
Igor Horta Corrêa
@yliang11,@yuhaodev this error occur because the application does not have permission to access the image. In my case it worked just by asking for permission in runtime !
seems like my 'cypress-mochawesome-reporter' was causing some conflicts issues .. with their default "cypress-multi-reporters" this in cypress.config.ts fixed for me: ``` setupNodeEvents(on, config) { // eslint-disable-next-line @typescript-eslint/no-var-requires if (config?.reporter ===...