Type Alias: RecipeRole
RecipeRole =
"ai-agent"|"human-tester"|"both"
Defined in: src/ai/types.ts:305
Audience role for a recipe — determines who the recipe is designed for.
Remarks​
'ai-agent'— optimised for autonomous AI test generation'human-tester'— written for manual test authoring'both'— useful for both audiences
Example​
const role: RecipeRole = 'ai-agent';