Skip to main content

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

  1. Go to Projects > Settings > Browser Storage
  2. Configure your storage values
  3. Save changes
[Screenshot placeholder for browser storage settings]

Example Authentication Configuration