UNPKG

e2ed

Version:

E2E testing framework over Playwright

13 lines (12 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.attributesOptions = void 0; /** * Attributes options for locators. * @internal */ exports.attributesOptions = { parameterAttributePrefix: 'data-test-', testIdAttribute: 'data-testid', testIdSeparator: '-', };