Closed s10mcow closed 7 years ago
Can anyone merge this fix.
+1
a better fix would be to replace the + with a ,
screenshotPath = path.join(self.savePath + self.screenshotsFolder, spec.screenshot);
screenshotPath = path.join(self.savePath, self.screenshotsFolder, spec.screenshot);
This is already done. Will update npm as soon as possible.
Thanks!
The parent dir and the image source dir are being concat without the / to divide them