GraphQL + NodeJS + MongoDB — 03— E2E testing made easy with NestJS

Marcos Henrique da Silva
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

Photo by ThisIsEngineering from Pexels

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…

--

--