Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Type Alias RecipeRole

    RecipeRole: "ai-agent" | "human-tester" | "both"

    Audience role for a recipe — determines who the recipe is designed for.

    • 'ai-agent' — optimised for autonomous AI test generation
    • 'human-tester' — written for manual test authoring
    • 'both' — useful for both audiences
    const role: RecipeRole = 'ai-agent';