start-server-and-test
start-server-and-test copied to clipboard
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
Hey there 👋, The documentation note regarding Apollo is helpful, but it could be slightly improved to use the built-in Apollo health-check URL. Thanks! Chris
**Feature Request** Allow waiting on some string/regex to appear in the server output text (stdout/stderr) instead of port/URL to be used. Some servers may not allow configuring or determining which...
It works properly on gitlab ci but at the end it throws strange error ``` events.js:292 throw er; // Unhandled 'error' event ^ Error: spawn ps ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)...
Hey there, thanks a lot for creating this beautiful project! I am struggling to get a backend service and a Websocket service running at the same time. Do you think...
Hi, with the following configuration, start-server-and-test isn't able to run (maybe even parse arguments). ``` "scripts": { "dev": "cross-env NODE_ENV=development webpack", "build": "cross-env NODE_ENV=production webpack --env production", "serve": "webpack serve",...
{ "start-server-and-test": "^1.9.1", } OS X 10.13.6 I'm using start-server-and-test to run Cypress. We have a IP restriction when NOT in NODE_ENV=test. So, I run NODE_ENV=test start-server-and-test start http://localhost:5000 cy:open....
`Start-server-and-test` starts server and I can navigate the `localhost:5000`. But the tests never run. ``` { "start-server-and-test": "^1.9.1", } ``` OS X 10.13.6 ``` ... "test:cypress": "NODE_ENV=test start-server-and-test start http://localhost:5000...
## Is this a bug report or a feature request? If this is a bug report, please provide as much info as possible - version 1.11.5 - platform macOS -...
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...