Concept Flow - E2E testing with supertest
Start Test Suite
Initialize NestJS App
Use supertest to send HTTP request
Receive HTTP response
Check response status and body
Pass or Fail Test
Close App and End Test
The test starts by setting up the NestJS app, then supertest sends an HTTP request. The response is checked for expected status and data, then the test ends.