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

    Function initializeFETestLibrary

    • Factory function to initialize the FE Test Library.

      Parameters

      Returns Promise<FETestLibraryInstance>

      Initialized FETestLibraryInstance

      Initialize the SAP Fiori Elements OPA5 test library for Given/When/Then test execution.

      fe.listReport.getTable

      Injects browser-side scripts to load SAP FE test libraries and initialize OPA5 page objects. Optionally detects BTP WorkZone environment.

      const fe = await initializeFETestLibrary(page, {
      onTheMainPage: {
      ListReport: { appId: 'my.app', componentId: 'comp', entitySet: 'Items' },
      },
      });