Fix cypress test run in docker
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
const BASE_URL = 'http://icehrm:8090/app/';
|
||||
const BASE_URL = 'http://icehrm-testing:8090/app/';
|
||||
//const BASE_URL = 'http://clients.icehrmpro.test/test/';
|
||||
|
||||
const DEFAULT_MAX_PAGE_SIZE = 15;
|
||||
const DEFAULT_STATUS = 200;
|
||||
const DEFAULT_USER_PASS = 'demouserpwd';
|
||||
const URL_PREFIX = 'app';
|
||||
const WAIT_ON_TIME = true;
|
||||
const WAIT_ON_TIME = false;
|
||||
const WAIT_TIME = 500;
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user