Remove vagrant and add testing docker
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
const BASE_URL = 'http://clients.icehrmpro.test/test/';
|
||||
const BASE_URL = 'http://icehrm:8090/app/';
|
||||
//const BASE_URL = 'http://clients.icehrmpro.test/test/';
|
||||
|
||||
const DEFAULT_MAX_PAGE_SIZE = 15;
|
||||
const DEFAULT_WAIT_TIME = 500;
|
||||
const DEFAULT_STATUS = 200;
|
||||
const DEFAULT_USER_PASS = 'demouserpwd';
|
||||
const URL_PREFIX = 'test';
|
||||
const URL_PREFIX = 'app';
|
||||
const WAIT_ON_TIME = true;
|
||||
const WAIT_TIME = 500;
|
||||
|
||||
module.exports = {
|
||||
BASE_URL,
|
||||
DEFAULT_MAX_PAGE_SIZE,
|
||||
DEFAULT_WAIT_TIME,
|
||||
DEFAULT_STATUS,
|
||||
DEFAULT_USER_PASS,
|
||||
URL_PREFIX,
|
||||
WAIT_ON_TIME,
|
||||
WAIT_TIME,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user