Hello! 🙂
I have a monorepo with a few nestjs projects, although quite separated have some public calls across them. I would like to be able to test from a users point of view which means spinning up all the projects and calling API endpoints. I can see examples for supertest within the root of a project for E2E testing however I was wondering if anyone has taken it a step back and E2E tests multiple API projects at once?
Would something like this belong in its own E2E testing package within a monorepo?
Thanks!