rollupid icon indicating copy to clipboard operation
rollupid copied to clipboard

chore(tests): Testing Facilities to handle data integrity

Open 4x4notfound opened this issue 2 years ago • 0 comments

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

Additional Context (if applicable)

4x4notfound avatar Apr 17 '23 21:04 4x4notfound