UNPKG

e2ed

Version:

E2E testing framework over Playwright

11 lines (9 loc) 257 B
import type {AttributesOptions} from 'create-locator'; /** * Attributes options for locators. */ export const attributesOptions: AttributesOptions = { parameterAttributePrefix: 'data-test-', testIdAttribute: 'data-testid', testIdSeparator: '-', };