tia
Version:
Time is All (logs driven test engine with ExtJs support)
19 lines (12 loc) • 535 B
text/typescript
// 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';
// The URL for remote web driver.
export const remoteDriverUrl = 'http://localhost';
// The Port for remote web driver.
export const remoteDriverPort = 9515;
export const dummyOptionForTests = 'dummyOptionForTests';
export const ejSelectors = {
tableGroupTitleClass: 'x-grid-group-title',
closeItemClass: 'x-tagfield-item-close',
};