mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4329][ASD-5330] plus Improve e2e (#6580)
Improve e2e Fix SSO user avatar Fix Priority for APS1
This commit is contained in:
@@ -34,15 +34,16 @@ const LOG = !!process.env.LOG;
|
||||
|
||||
let arraySpecs = [];
|
||||
|
||||
console.log('Parallel e2e : ' + MAXINSTANCES);
|
||||
console.log('Max fail Retry: ', MAX_RETRIES);
|
||||
|
||||
if (LOG) {
|
||||
console.log('======= PROTRACTOR CONFIGURATION ====== ');
|
||||
console.log('HOST: ', HOST);
|
||||
console.log('BROWSER_RUN : ' + BROWSER_RUN);
|
||||
console.log('SAVE_SCREENSHOT : ' + SAVE_SCREENSHOT);
|
||||
console.log('FOLDER : ' + FOLDER);
|
||||
console.log('MAXINSTANCES : ' + MAXINSTANCES);
|
||||
console.log('LIST_SPECS : ' + LIST_SPECS);
|
||||
console.log('MAX_RETRIES: ', MAX_RETRIES);
|
||||
console.log('SELENIUM_SERVER : ' + SELENIUM_SERVER);
|
||||
}
|
||||
|
||||
@@ -191,7 +192,9 @@ exports.config = {
|
||||
}],
|
||||
|
||||
onCleanUp(results) {
|
||||
retry.onCleanUp(results);
|
||||
if (process.env.CI) {
|
||||
retry.onCleanUp(results);
|
||||
}
|
||||
},
|
||||
|
||||
async onPrepare() {
|
||||
|
Reference in New Issue
Block a user