Bugster authenticates to your app like a real user to run tests. Besides username/password, Bugster supports OTP (One-Time Password)—temporary codes sent via email during login.Documentation Index
Fetch the complete documentation index at: https://docs.bugster.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bugster provides a managed email address with access to incoming OTPs. You create an account in your app using this email.
Setup
Get your Bugster OTP email
Contact Bugster support or check your dashboard to obtain your dedicated OTP email address.
Use OTP in tests
Add these fields to any test requiring OTP authentication:All tests with the same
credential_id and requires_login: true share one authenticated session. Bugster logs in once, then reuses the session for subsequent tests. See Session Persistence for details.Next steps
Credentials & roles
Configure username/password authentication
Session persistence
Share login sessions across tests
