You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to start the server, wait for it to respond, and then run multiple test commands (and stop the server after they finish), you should be able to use && to separate the test commands:
The above script ci after the localhost:9000 responds executes the npm run test:unit command. Then when it finishes it runs npm run test:e2e. If the first or second command fails, the ci script fails. Of course, your mileage on Windows might vary.
Not sure if this a FR or just documentation.
We have some functional tests in mocha, some in jest, and I have to start the test server twice.
Can't figure out how I can start the server once and run two tests with different runners.
The text was updated successfully, but these errors were encountered: