The Credentials tab is where you store the login details and authentication tokens the agent uses to access your app during testing. Instead of hardcoding credentials into test prompts or task instructions, you store them here once and the agent uses them automatically.Documentation Index
Fetch the complete documentation index at: https://quashbugs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Why Credentials matter
Many test flows require the agent to be logged in — to a specific user account, an admin panel, or an authenticated API. Without credentials configured here, the agent reaches a login screen and stops. With credentials set up, it authenticates and continues.Adding credentials
- Click + Add Credentials in the Credentials tab.
- Give the credential set a clear name — e.g.,
Standard User,Admin Account,Guest User. - Fill in the fields:
- Username / Email
- Password
- API Key or Token (if applicable)
- Click Save.
Multiple credential sets
You can store as many credential sets as your testing requires. Common setups include:| Credential set | Used for |
|---|---|
| Standard User | Happy path flows — typical user experience |
| Admin Account | Admin panel testing, privileged actions |
| Guest / Unverified User | Testing restricted access, onboarding flows |
| Staging credentials | Tests against the staging environment |
| Production read-only | Smoke tests against production |
Security note: Credentials are stored securely and are never exposed in test reports, execution logs, or shared recipe views.