
Playwright plugin for SAP UI5 test automation. Provides fixtures for UI5 control discovery, SAP authentication (BTP SAML, Basic, Office365), FLP navigation, OData V2/V4 data access, Fiori Elements testing (ListReport, ObjectPage), AI-powered test generation, and business intent APIs (Procurement MM, Sales SD, FI, PP). Use when testing SAP Fiori applications, Fiori Elements apps, or any SAP UI5 application with Playwright. Import from 'playwright-praman'.
# SAP UI5 Test Automation via Playwright CLI **Package**: `playwright-praman` v1.1.2 **CLI Requirement**: `@playwright/cli` v0.1.3+ and `playwright` v1.59+ **Purpose**: Discover SAP UI5 controls, debug Praman tests, and automate SAP Fiori workflows using the Playwright CLI. Agents use CLI commands for live discovery, then produce Praman fixture code as output. --- ## Setup: Create Config File Create `.playwright/praman-cli.config.json` in your project root: ```bash mkdir -p .playwright cat