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
Windows is not unix based so this will break with an error saying
'..' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `../../node_modules/
Windows user can't follow the steps from the https://github.com/saucelabs-training/automation-best-practices/blob/main/login-testing/LOGINS.md section. The Cypress examples use scripts like this
"dev": "../../node_modules/.bin/start-test 7077 cypress:open",
Windows is not unix based so this will break with an error saying
There's a workaround here cypress-io/cypress-example-recipes#404 (comment)
The text was updated successfully, but these errors were encountered: