Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Testing Vue Apps - Unit & E2E > Lesson 34

Server unit tests

In this video, we'll set up a job to run the server unit tests. This is a little more complicated than the client unit tests, as these tests require MongoDB and other software beyond Node and NPM.

unit-test-server

Let's start by creating a new job that we'll call unit-test-server. This job is also part of the test stage, so let's give it a property stage and assign that test.

.gitlab-ci.yml

...
unit-test-server:
  stage: test

Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom