rollupid
rollupid copied to clipboard
chore(tests): Testing Facilities to handle data integrity
Description
Continuation of: https://github.com/proofzero/rollupid/issues/1761
We need a strategy to handle:
- Running in multiple browsers at once / parallelization
- Global setup and teardown of accounts
- Deleting entire identities
- Creating identities and issuing access tokens
- Email OTP
Proposed Solution (if applicable)
- To setup/teardown accounts we can setup a service in the dev env that deletes entire identities and creates them and issues access tokens. This could use the service binding auth we use with passport