Const
Module test — extends coreTest, overriding ui5 with sub-namespaces.
ui5
Inherits all worker-scoped fixtures (pramanConfig, rootLogger, etc.) from coreTest. Only overrides the ui5 fixture to attach .table, .dialog, .date, .odata sub-namespaces.
.table
.dialog
.date
.odata
ui5.table.getRows
import { moduleTest } from '#fixtures/module-fixtures.js';moduleTest('table ops', async ({ ui5 }) => { await ui5.table.getRows('myTable');}); Copy
import { moduleTest } from '#fixtures/module-fixtures.js';moduleTest('table ops', async ({ ui5 }) => { await ui5.table.getRows('myTable');});
Module test — extends coreTest, overriding
ui5with sub-namespaces.