-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Cypress --headless no longer works on windows #4807
Comments
Corrected environment info, pasted from wrong project: Environment Info: System: |
additionally i configured the project with jest and eslint |
Duplicate of #4799 |
Version
4.0.5
Environment info
Steps to reproduce
create a new vue cli project with cypress e2e testing & typescript
run vue-cli-service test:e2e --headless
What is expected?
Tests run and output results, which works fine on linux and outputs correctly
What is actually happening?
WARNING Compiled with 2 warnings 10:40:22
warning
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
js/chunk-vendors.efe30bc0.js (299 KiB)
warning
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
app (307 KiB)
js/chunk-vendors.efe30bc0.js
css/app.ae7c37ea.css
js/app.c8779371.js
No type errors found
Version: typescript 3.5.3
Time: 2108ms
App running at:
App is served in production mode.
Note this is for preview or E2E testing only.
ERROR Error: Command failed: \cyp\node_modules\cypress\bin\cypress run --config baseUrl=http://localhost:8080/
Error: Command failed: **********************\cyp\node_modules\cypress\bin\cypress run --config baseUrl=http://localhost:8080/
at makeError (\node_modules\execa\index.js:174:9)
at ***********************\cyp\node_modules\execa\index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:85:5)
Same project works fine on linux, only fails to run on windows 10
The text was updated successfully, but these errors were encountered: