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;
|
||||
|
@@ -2,7 +2,5 @@
|
||||
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
|
||||
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385",
|
||||
"C362241": "https://alfresco.atlassian.net/browse/ADF-5385",
|
||||
"C260040": "https://alfresco.atlassian.net/browse/AAE-8041",
|
||||
"C260125": "https://alfresco.atlassian.net/browse/AAE-10744",
|
||||
"C274688": "https://alfresco.atlassian.net/browse/AAE-10744"
|
||||
"C260040": "https://alfresco.atlassian.net/browse/AAE-8041"
|
||||
}
|
||||
|
Reference in New Issue
Block a user