Skip to content
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

Always returns HTTP 200 status code for any port number provided #322

Open
subu-rentala opened this issue Dec 2, 2021 · 0 comments
Open

Comments

@subu-rentala
Copy link

subu-rentala commented Dec 2, 2021

Bug Report

The script I am running in package.json is:
"start-local-and-test": "start-server-and-test 'yarn start:app' 1234567 'yarn test:local'"

When I run the following command, it shows 200 response code for any dummy port and url I give.

image

  • version :1.14.0
  • platform : MacOS
  • expected behavior: It should give an error if the port is not active
  • actual behavior: it gives 200 response for any random port I give
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant