Praman — Agent-First SAP UI5 Test Automation Plugin - v1.3.4
    Preparing search index...

    Function assertMinVersion

    • Asserts that the installed Playwright version meets a minimum requirement.

      Parameters

      • minVersion: string

        Minimum required version string (e.g., '1.40.0').

      Returns void

      PramanError with ERR_CONFIG_INVALID if the version is too low.

      assertMinVersion('1.40.0'); // throws if Playwright < 1.40.0