Closed boandriy closed 2 years ago
cool, the dataset clean up looks good!
I just have questions about the username/password & creating a new account.
Is there a plan for how we are going to get to the point of being able to remove a user all in the e2e tests?
Also, it doesn't look like we use the USERNAME
or PASSWORD
global vars any longer, we should remove those & the check to ensure that they are set environment variables.
cool, the dataset clean up looks good!
I just have questions about the username/password & creating a new account.
Is there a plan for how we are going to get to the point of being able to remove a user all in the e2e tests?
Also, it doesn't look like we use the
USERNAME
orPASSWORD
global vars any longer, we should remove those & the check to ensure that they are set environment variables.
I talked with @Arqu , about cleaning the users. And we decided that this will be done on the BE, as there are few issues with giving an access to just delete a user. Yep, will clean the Unused global vars.
Yep, the above is correct. User deletion will be done manually every now and then (will make a cron if it becomes tedious) simply based off of the prefix for the user.
extending e2e tests to clean after themselves deleting the created datasets
closes #319