e2e tests

Testing entire flows of the system.

When doing unit tests, we tested the methods in the UsersService and the UsersController individually. Now, it's time to test actual flows of the system, with real functionalities integrated. In this case, we shall test the routes related with User. Let's then begin.

Last updated