Christoph Amma
Results
2
comments of
Christoph Amma
I just came across this yesterday and solved it that way: `cypress run --env customSnapshotsDir=cypress/snapshots/CI` and then in command.js set it globally via: ` addMatchImageSnapshotCommand({ customSnapshotsDir: Cypress.env('customSnapshotsDir') }); ` However...
Unfortunately I cannot provide the code. Is there anything on my side I can do to debug the issue?