Skip to main content

index

Praman v1.0 — AI-First SAP UI5 Test Automation Platform for Playwright.

Remarks

Main entry exports test fixtures, configuration, error hierarchy, AI discovery (CapabilityRegistry, RecipeRegistry), and SAP UI5 modules. For advanced AI agent building, use the playwright-praman/ai sub-path.

Example

import { test, expect } from 'playwright-praman';

test('create purchase order', async ({ ui5, ui5Navigation }) => {
await ui5Navigation.navigateToApp('PurchaseOrder-manage');
const input = await ui5.control({ id: 'vendorInput' });
expect(input).toBeDefined();
});

Classes

Interfaces

Type Aliases

Variables

Functions