Open amitaibu opened 9 years ago
Update: Adding a debug on Actions.prototype._addToActionQueue
shows that imagecut gets wrong data for the realpath
Changing the command to be without the selector .screenshot('./screenshots/google.png')
doesn't create an error, however it doesn't create the images as-well
Update: I believe that once we remove the selector the image is indeed created, but never parsed
dalek first.js -d sauce -b chrome -l 5
Thank you for the very! detailed bug report, that helps a lot. Will look into this.
dalek first.js -d sauce -b chrome
my test will result with{ '0': undefined }
errorSeems that in
dalek-driver-sauce/lib/commands/screenshot.js
_screenshotCb
is never called