mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Update protractor.conf.js (#1606)
* Update protractor.conf.js * add option to retry for wanted executions * cahnges
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
const uploadOutput = require('../utils/upload-output');
|
||||
|
||||
const SAVE_SCREENSHOT = process.env.SAVE_SCREENSHOT === 'true';
|
||||
|
||||
async function afterLaunch() {
|
||||
|
||||
if (SAVE_SCREENSHOT) {
|
||||
console.log(`Save screenshot is ${SAVE_SCREENSHOT}, trying to save screenshots.`);
|
||||
|
||||
try {
|
||||
await uploadOutput();
|
||||
console.log('Screenshots saved successfully.');
|
||||
} catch (e) {
|
||||
console.log('Error happened while trying to upload screenshots and test reports: ', e);
|
||||
}
|
||||
} else {
|
||||
console.log(`Save screenshot is ${SAVE_SCREENSHOT}, no need to save screenshots.`);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = afterLaunch;
|
Reference in New Issue
Block a user