Documentation Index
Fetch the complete documentation index at: https://docs.tryiris.dev/llms.txt
Use this file to discover all available pages before exploring further.
Browser Storage
Configure browser storage in Iris QA to handle authentication and maintain user state during automated testing.Storage Types
- Cookies: For auth tokens and session cookies
- localStorage: For persistent data like access tokens
- sessionStorage: For temporary session data
Setup
- Go to Projects > Settings > Browser Storage
- Configure your storage values
- Save changes