The screenshot is now saved in the system /tmp folder

This commit is contained in:
Gaël Métais
2021-03-14 01:35:26 +00:00
parent 791bf9fc8d
commit 2da4371847
4 changed files with 24 additions and 42 deletions
-3
View File
@@ -51,9 +51,6 @@ var ApiController = function(app) {
}
};
// Create the tmp folder if it doesn't exist
ScreenshotHandler.createTmpScreenshotFolder(run.runId);
// Add test to the testQueue
debug('Adding test %s to the queue', run.runId);
var queuePromise = queue.push(run.runId);