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

app /test does not closed if the port is wrong #292

Open
johnico opened this issue Jan 10, 2021 · 0 comments
Open

app /test does not closed if the port is wrong #292

johnico opened this issue Jan 10, 2021 · 0 comments

Comments

@johnico
Copy link

johnico commented Jan 10, 2021

hi
while I run the react app in test mode, the app still working in development mode a usual and the test did not start or failed
I put port 30030 instead 3000 and nothing happens ( waiting for exit from the regular dev mode )

when I changed back to 3000 the test passed
my package.json

    "start": "cross-env CLIENT_ENV=development craco start",
    "test:e2e:ci": " SERVER_NAME=localhost  start-server-and-test start \"30030\" cypress:headless",

thanks

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