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

    Variable moduleTestConst

    moduleTest: TestType<
        PlaywrightTestArgs & PlaywrightTestOptions & TestFixtures & ModuleFixtures,
        PlaywrightWorkerArgs & PlaywrightWorkerOptions & WorkerFixtures,
    > = ...

    Module test — extends coreTest, overriding ui5 with sub-namespaces.

    Inherits all worker-scoped fixtures (pramanConfig, rootLogger, etc.) from coreTest. Only overrides the ui5 fixture to attach .table, .dialog, .date, .odata sub-namespaces.

    ui5.table.getRows

    import { moduleTest } from '#fixtures/module-fixtures.js';
    moduleTest('table ops', async ({ ui5 }) => {
    await ui5.table.getRows('myTable');
    });