Agent Cache is enabled by default for all tests. It stores AI reasoning from successful test runs and reuses those decisions when your pages haven’t changed - making subsequent runs faster.Documentation Index
Fetch the complete documentation index at: https://docs.qa.tech/llms.txt
Use this file to discover all available pages before exploring further.
Why It’s On by Default
Caching makes your tests faster. Each AI reasoning step takes 2-5 seconds - with caching enabled, those decisions are reused instantly when your pages haven’t changed. For stable pages - admin dashboards, settings screens, checkout flows - caching delivers significant speed improvements with no trade-offs.How It Works
When a test runs, the AI analyzes each page, decides what action to take, and executes it. With caching enabled, these reasoning decisions are stored and reused on subsequent runs:When to Disable Agent Cache
How to Disable Agent Cache
Limitations
- Page content affects hit rate - Cache keys include visible page content, so pages with dynamic elements will naturally see lower hit rates
- 30-day expiration - Unused cache entries expire after 30 days
- Only successful runs cache - Failed tests never store decisions
Related Documentation
- Creating Tests - Test creation and agent settings
- AI Agent Testing - How the AI agent works