Create a unique test account for each session
The recommended approach is:- Add an internal endpoint that creates a test account, deterministically seeds the required test data, and returns its credentials.
- Call that endpoint from a setup hook and export the credentials.
- Use the exported credentials in the suite’s Auth Instructions.
- Delete the account and its data in a teardown hook.