Fix screenshots and continue implementing phantomas v2
This commit is contained in:
@@ -17,7 +17,7 @@ function ResultsDatastore() {
|
||||
this.saveResult = function(testResults) {
|
||||
|
||||
var screenshotFilePath = path.join(resultsDir, testResults.runId, resultScreenshotName);
|
||||
var screenshotAPIPath = '/'
|
||||
var screenshotAPIPath = '/';
|
||||
|
||||
return createResultFolder(testResults.runId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user