wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Add clean up scripts to run after E2E tests #69

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Current: Every time we run the e2e tests, a tests user is registered to the app and stored in Firebase. Expected: We should have a script to clean up the Firebase console from automated test users. The script can be ran manually, but if you can, try to make it run automatically at the end of every test run. Note: The script should only delete auto-generated test users, not users inserted manually by the developer.