The screenshot is now saved in the system /tmp folder
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user