e2ed
Version:
E2E testing framework over Playwright
9 lines (8 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.locator = exports.createLocatorOptions = void 0;
const create_locator_1 = require("create-locator");
const internal_1 = require("../../../constants/internal");
const isProduction = internal_1.e2edEnvironment.E2ED_ORIGIN !== 'https://bing.com';
exports.createLocatorOptions = { attributesOptions: internal_1.attributesOptions, isProduction };
exports.locator = (0, create_locator_1.createSimpleLocator)(exports.createLocatorOptions).locator;