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

    Function isPramanStep

    • Determines whether a step title belongs to a Praman-managed step.

      A step is considered a Praman step when it either:

      • starts with one of the known Praman action verbs, or
      • contains \> (the withStep wrapper pattern module \> action).

      Parameters

      • title: string

        The step title to classify.

      Returns boolean

      true if the step was produced by a Praman abstraction.

      isPramanStep('Click button');       // true
      isPramanStep('navigation > open'); // true
      isPramanStep('page.click'); // false