UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

15 lines 639 B
"use strict"; // Sometimes root project dir base name is different on different developers machines. // To unify project name in logs you can use this option. // export const rootDirAlias = 'rootDirAlias'; Object.defineProperty(exports, "__esModule", { value: true }); // The URL for remote web driver. exports.remoteDriverUrl = 'http://localhost'; // The Port for remote web driver. exports.remoteDriverPort = 9515; exports.dummyOptionForTests = 'dummyOptionForTests'; exports.ejSelectors = { tableGroupTitleClass: 'x-grid-group-title', closeItemClass: 'x-tagfield-item-close', }; //# sourceMappingURL=default-global-config.js.map