ReadonlyauthAuthentication method used in the test.
ReadonlycomplianceOverall compliance status.
ReadonlyfixturesPraman fixture method usage counts (method name to invocation count).
ReadonlyforbiddenResult of forbidden pattern scan.
Readonlyui5Total number of UI5 element interactions in the test.
ReadonlyusingNumber of interactions using Playwright native methods (should be 0).
ReadonlyusingNumber of interactions using Praman fixtures.
ReadonlyversionVersion of the compliance report format.
ReadonlyviolationsList of compliance violations found (empty if PASSED).
Compliance report for generated or healed test code.
Remarks
Tracks how many UI5 element interactions use Praman fixtures vs Playwright native methods. A compliant test has 100% Praman fixture usage for UI5 elements and zero forbidden pattern violations.
compliancePercentageis computed as:usingPramanFixtures / ui5ElementsInteracted * 100Intent
Verify and report Praman compliance of generated test code.
Example