-
Notifications
You must be signed in to change notification settings - Fork 96
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
Startup message "is responding with HTTP status code NaN" #349
Labels
Comments
+1 |
1 similar comment
+1 |
Could you take a look at this cosmetic regression please? |
🎉 This issue has been resolved in version 1.15.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you! I've updated to this version and confirm that it is working fine again now.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Configuration
start-server-and-test 1.15.3
Ubuntu 22.04 and Node.js 18.13.0
Windows 11 and Node.js 18.13.0
Problem description
start-server-and-test
When running a script defined as:
the following message is output:
This is a regression from version 1.14.0 where the message was
" ... is responding with HTTP status code 200"
i.e.
200
has been replaced byNaN
.Expected behavior
start-server-and-test v1.15.0 introduced the
--expect
parameter, however there is no statement in README: expected to say that this parameter is required, so if the default HTTP code is still200
then the startup message should also list200
and notNaN
(Not a Number) if no--expect
parameter is supplied.The text was updated successfully, but these errors were encountered: