Fix cypress test run in docker

This commit is contained in:
Thilina Pituwala
2020-05-24 01:29:36 +02:00
parent c366248434
commit b68401efeb
50 changed files with 4359 additions and 1872 deletions

View File

@@ -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 = {