// 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', };