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

    Variable coreTestConst

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

    Core Playwright test object with worker-scoped fixtures.

    Extends @playwright/test base test with Praman worker fixtures. Use this as the base for further fixture composition.

    ui5.control

    import { coreTest } from '#fixtures/core-fixtures.js';

    coreTest('has valid config', async ({ pramanConfig }) => {
    expect(pramanConfig.logLevel).toBe('info');
    });