corbado / javascript

MIT License
6 stars 1 forks source link

dynamically generate new project ID for each test configuration #308

Closed aehnh closed 2 weeks ago

aehnh commented 3 weeks ago

General flow:

  1. Create new ProjectID in every setup
  2. Delete ProjectID in every teardown (even if tests failed)
  3. Delete any remaining ProjectIDs created from this particular github workflow, if the workflow was manually cancelled

Notes: