Member-only story
GraphQL + NodeJS + MongoDB — 03— E2E testing made easy with NestJS
12 min readMar 7, 2022
As promised, in this third article we are going to work on the end to end testing for our GraphQL with MongoDB application built with NestJS

Hello, hello! If it’s your first time arriving in this article and a bit lost, here are a resume of what you might missed:
- We are creating a backend server with GraphQL and MongoDB with the support of NestJS and mongoose. The first article can be found here:
- We then worked with unit testing for our services and resolvers, as well as configured an automated way to running it in Github Actions. This second article can be found here:
Initially I would be covering e2e and unit tests in the same article but the same was getting quite big and I decided to split into two. In this one we are only going…