mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
test CI e2e browser run [ci:force] (#7864)
* test CI e2e browser run [ci:force] * hardcoded browser run test [ci:force] * run only 1 job in browser mode [ci:force] * reset browser run global * trigger travis [ci:force] * restore false/true assign [ci:force]
This commit is contained in:
@@ -22,7 +22,7 @@ if (ENV_FILE) {
|
||||
}
|
||||
|
||||
const HOST = process.env.URL_HOST_ADF;
|
||||
const BROWSER_RUN = ([true, 'true'].includes(process.env.BROWSER_RUN))
|
||||
const BROWSER_RUN = [true, 'true'].includes(process.env.BROWSER_RUN);
|
||||
const FOLDER = process.env.FOLDER || '';
|
||||
const SELENIUM_SERVER = process.env.SELENIUM_SERVER || '';
|
||||
const MAXINSTANCES = process.env.MAXINSTANCES || 1;
|
||||
|
Reference in New Issue
Block a user