Ivanbtrujillo
Ivanbtrujillo
@nodje Instead of: `cypress run --env customSnapshotsDir=cypress/snapshots/CI` Use: `CYPRESS_customSnapshotsDir=cypress/snapshots/CI` And what @christophamma mentioned: `addMatchImageSnapshotCommand({ customSnapshotsDir: Cypress.env('customSnapshotsDir') });` It works for me.
Same issue here. To me it only happens on Windows. on MacOS works well.
Hey folks, I've been fighting with this this the whole morning and finally I found a solution. Seems that using the latest Husky version ( "husky": "^6.0.0" ), if you...
@izidorio approach works, but it gives me an error as we're trying to mutate the import: `Imports are immutable in JavaScript. To modify the value of this import, you must...
Hi, same here!