medic / cht-user-management

GNU Affero General Public License v3.0
3 stars 1 forks source link

Add an e2e test #23

Open kennsippell opened 7 months ago

kennsippell commented 5 months ago

A test with simple login would have caught this: https://github.com/medic/cht-user-management/issues/97

kennsippell commented 4 months ago

@freddieptf Assigning you since you mentioned your interest in this

I think we want to:

  1. Start up CHT core
  2. Start up cht-user-management
  3. Create a user through the UI
  4. Login with the user through CHT
  5. Do a csv upload to replace a single user
  6. Login with the user through CHT

? Something like that ?