Controlling API server and database
When we run our E2E tests with the terminal command npm run test:e2e
we're actually utilizing the Vue CLI 3 service module.
One handy feature it has is that it will set up and tear down a Webpack dev server before and after the Nightwatch tests run.
However, it doesn't set up our API dev server since that's out of the scope of Vue CLI 3.
Click to load comments...