Developing on windows has a broken workflow (or contributing instructions incorrect) #8783
Labels
OS: windows
process: contributing
Related to contributing to the Cypress codebase
type: chore
Work is required w/ no deliverable to end user
Current behavior
I'm running windows and git bash.
I've followed the contributing instructions and set
script-shell
to git bash also.The install completes without errors but
yarn start
:I changed the package.json start command to
yarn cypress open --dev --global
and it fails:
I now removed the script-shell config - now it succeeds and opens but its an empty project - I thought it would show the cypress spec files?
I also tried with the original
yarn start
command and no script-shell set - that fails too:I resolved it in the end by having yarn start be
cypress open --dev --global
and then selecting the package I want to test and not settingscript-shell
The text was updated successfully, but these errors were encountered: