You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have prepared npm script to update exising snapshot by passing updateSnapshots=true, but when I run it it's looks like this flag is not switched. Here is my script
"cy:updatesnapshots": "cypress run --browser chrome --headless --spec {{path to spec} --env updateSnapshots=true",
but when I set updateSnapshots=true in cypress.json then properly snapshots are updated
The text was updated successfully, but these errors were encountered:
I have prepared npm script to update exising snapshot by passing updateSnapshots=true, but when I run it it's looks like this flag is not switched. Here is my script
"cy:updatesnapshots": "cypress run --browser chrome --headless --spec {{path to spec} --env updateSnapshots=true",
but when I set updateSnapshots=true in cypress.json then properly snapshots are updated
The text was updated successfully, but these errors were encountered: