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
1
Open test case editor
Navigate to Test Cases, select a test, and click Edit.
2
Open the Settings tab
In the sidebar, click the Settings tab (not “Steps”).
3
Find the Agent Cache section
Scroll down to locate the Agent Cache (BETA) section.
4
Disable caching
Uncheck Enable caching for this test and save your changes.
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