Cypress runner does not start when In run npx cypress open command from within Visual studio Code terminal

32 views Asked by At

I'm currently learning Cypress and I created a new folder for my project and did the following:

1.npm init - where i initialised node (before this I have opened the new folder of course) 2.npm install cypress --save-dev 3.npx cypress open (this time opened my Cypress runner, no problem here...yet) 4.Selected E2E Testing 5.On Configuration files page clicked "Continue" 6.Selected Electron as browser option 7.On the Create your first spec window clicked "Create new spec" - to create the initial template 8.closed the Cypress runner / Cypress

Note: I have updated Cypress to the latest version

Problem: When I run the npx cypress open command my Cypress runner does not open at all, please can someone help me out with this? Thanks!

I will include a screenshot with what I have right now in VS code. enter image description here

0

There are 0 answers