-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"npm run test:e2e" exits to command prompt #5710
Comments
I am hitting the same issue though I didn't have Chrome installed. However, installing Chrome didn't help either. |
Also running in |
I got it working by downgrading Cypress. The last known version that worked for my project was 3.4.1. https://github.com/trajano/vue-cordova/blob/v0.1.2/package-lock.json#L3443 So I downgraded Upgrading to cypress 3.5 causes it to fail so it appears to be introduced in 3.5 |
Yup. Exactly the same here. We are running 3.4.1 at the moment but would like to upgrade to 3.6. |
Not only that I have to downgrade to 3.4.1 of Cypress, but I can't upgrade to Node 12.13 which is LTS. I think it may work with 12.11 |
Same problem in 3.7.0 |
From #5843 Cypress test runner never starts - just exits to cmd prompt when doing "npm run test:e2e". |
This is a bit tricky to detect, but this is a duplicate of #5466 - this is isolated to Windows when passing an argument containing a url (such as We're working on deciding how to move forward with fixing. |
Current behavior:
Brand new Vue project (vue create), install Vuetify (vue add Vuetify)
package.json:
"npm run test:e2e" just exits to the command line with no test runner shown.
Desired behavior:
Want Cypress to show the test runner and ready to manually run tests.
Steps to reproduce: (app code and test code)
New vue project, add Vuetify and Cypress
npm run test:e2e
(all executed from the project folder)
PS: The test runner opens with "npx cypress open" but not able to hit the pages with cy.visit() - results in "404 page not found" when test scripts are executed.
Versions
Cypress 3.6.1
Windows 10 64 bit
Chrome etc.
The text was updated successfully, but these errors were encountered: