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 forked this repo & cloned it to my machine.
Followed the steps as mentioned in the readme file.
Had below observations:
Case 1:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npm start
Failed to start the server.
Issue: I am assuming that the start script is missing from the package.json of
Case 2:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npx cypress open or npm run cypress:open
Failed to open Cypress Test Runner as the dependency is missing in both (Root & blogs__dayjs) packaje.json files.
Suggestion 1: To remove the '&' symbol from the readme file as it creates confusion for beginners. Or modify it in a way that is easy to follow. (Just suggesting not a mandate)
The text was updated successfully, but these errors were encountered:
I have forked this repo & cloned it to my machine.
Followed the steps as mentioned in the readme file.
Had below observations:
Case 1:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npm start
Failed to start the server.
Issue: I am assuming that the start script is missing from the package.json of
Case 2:
Navigated to cypress-example-recipes\examples\blogs__dayjs project
Run command: npx cypress open or npm run cypress:open
Failed to open Cypress Test Runner as the dependency is missing in both (Root & blogs__dayjs) packaje.json files.
Suggestion 1: To remove the '&' symbol from the readme file as it creates confusion for beginners. Or modify it in a way that is easy to follow. (Just suggesting not a mandate)
The text was updated successfully, but these errors were encountered: