-
Notifications
You must be signed in to change notification settings - Fork 95
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
Regression wait-on #283
Comments
I'm seeing the same with Node Node.js v17.0.1. and a Vite application.. |
`start-server-and-test`가 vite 서버 실행을 인지하지 못하는 문제가 있었음 - bahmutov/start-server-and-test#283 아래 링크 참고하여 `http-get` 사용하여 해결함 - https://docs.cypress.io/guides/continuous-integration/introduction#Solutions
Can confirm what @carhartl said. Works as expected on Node v16, but times out on v17 |
I can double-confirm here, having issues with node 17, where 16 works. Have you guys figured out some workaround or something? |
Any updates on this? We are seeing an issue too, using version After |
This worked perfectly on version start-server-and-test@1.10.8. After updating to version start-server-and-test@1.11.4 this package stopped working.
Reproduce
expected behavior:
done
on stdout and process' exit.actual behavior:
The server meanwhile was up and running
The text was updated successfully, but these errors were encountered: