The video for this lesson is currently being updated, please read the transcript instead.

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.

To view the complete lesson you'll need to login or join this course.


Click to load comments...