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

    Function getPlaywrightVersion

    • Reads the installed @playwright/test version from disk.

      Returns PlaywrightVersion

      Parsed Playwright version.

      Uses createRequire to resolve and load the @playwright/test/package.json. This works in both ESM and CJS contexts.

      const version = getPlaywrightVersion();
      logger.info(version.raw); // '1.58.2'