start-server-and-test icon indicating copy to clipboard operation
start-server-and-test copied to clipboard

Starts server, waits for URL, then runs test command; when the tests end, shuts down server

Results 86 start-server-and-test issues
Sort by recently updated
recently updated
newest added

This is still not ideal but in my opinion is a bit less confusing than the solution we are currently proposing to our users.

I am running v1.7.12 of start-server-and-test, and I am trying to start both my Vue application as well as my API-server, so I can run my Cypress tests. However, the...

## Is this a bug report or a feature request? I guess it's a bug if it is supposed to work and a feature request if it isn't. - version...

On registry `https://registry.npmjs.org/`, the "latest" version (v5.0.11) of dependency `travis-deploy-once` has the following deprecation notice: `We recommend to use Travis Build Stages instead` Marking the latest version of an npm...

This is more of a question and not a bug report I think but I'm having an issue with start-server-and-test not loading my Linux environment and so uses the wrong...

When looking at this it seems that you have to have a local client and local server to use this? My setup is a local client which is developed using...

Cannot seem to detect the built VuePress site, for example here https://github.com/bahmutov/try-vuepress ``` $ DEBUG=wait-on npm run test:dev > [email protected] test:dev /Users/gleb/git/try-vuepress > start-test dev http-get://localhost:8080/try-vuepress/ cy:open starting server using...

bug

On every run of script it force to make yarn install, in my case, stove browserslist checking latest during she minor update and shake lock file tree for 3-4 minutes....

As of january 2023, https://www.npmjs.com/package/start-server-and-test does not show the readme anymore

**Environment**: start-server-and-test:2.0.3 node: 20.9.0 pnpm: 8.9.0 npm: 10.1.0 os: ubuntu 20.04 In package.json, `"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e --browser firefox'"` Run pnpm test:e2e,show ``` 1: starting server using...