Add a global AI prompt that will be applied to every AI testing agent call across your project.This prompt provides consistent instructions and context to ensure reliable behavior across all automated testing activities.Benefits:
Standardize AI behavior across your entire project
Provide domain-specific context about your application
Ensure consistent testing approaches and expectations
Reduce the need to repeat instructions in individual tests
Example Custom Prompts:
Application-specific context: “This is an e-commerce platform with a multi-step checkout process”
Testing guidelines: “Always verify form validation messages appear before proceeding”
Domain knowledge: “User accounts have three roles: customer, admin, and moderator”
The custom AI prompt will be prepended to all AI agent instructions. Keep it concise and focused on the most important context for your testing scenarios.
Control how many cycles AI agents can run for each test step. This setting acts as a safety limit to over-exploration while giving AI enough room to solve complex problems.Recommended Setting: Keep the default value of 70 cycles for most use cases. AI agents are designed to terminate efficiently once they complete their task, so AI rarely reaches the cycle limit.