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
would be nice for legal to have the license text and your copyright listed in one place
## Bug report Hi, as mentioned in #328 by several people, it seems the package doesn't support node 17+ or at least is unable to execute a command after the...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Hey! Hi guys! Great library! Love to use it! My question is: Is it possible to implement feature that will start test not only after status code 200 received? My...
In the [ApolloServer docs](https://www.apollographql.com/docs/apollo-server/monitoring/health-checks/) they recommend different url to use as a health check which is slightly shorter.
is it possible to run more than 2 servers? i have 3 dockers that I need to run `server-test docker run 1 {port} docker run 2 {port} docker run 3...
This worked perfectly on version [email protected]. After updating to version [email protected] this package stopped working. ``` Platform [email protected] Node v14.12.0 ``` Reproduce ``` yarn init yarn add [email protected] yarn add...
Desired flow is 1. start-dev-server 2. run-screenshot-tests 3. run-accessibility-tests 4. run-e2e-tests 5. stop-server I would rather they be separate commands so I can have them inside separate try/catch blocks reporting...
`start-server-and-test` can wait for two services but not three services. Example: ``` start-server-and-test start 6000 start:db 3001 start:web 6010 test ```
Goto https://github.com/bahmutov/start-server-and-test/issues/250#issuecomment-1079451745 to see how I resolved this ---- Running Cypress will intermittently fail in CircleCI. I haven't been able to identify a pattern that causes it, my guess is...