D:\dev\selenium\soda\lib\soda\client.js:122
fn(new Error(err), res.body, res);
^
TypeError: string is not a function
at IncomingMessage.<anonymous> (D:\dev\selenium\soda\lib\soda\client.js:122:
9)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
turns out that the screenshot file path was assigned to fn. am i doing something wrong?
I want to run our qunit tests in different browsers using selenium/soda and capture screenshots of failed tests.
unfortunately, this leads to an exception:
turns out that the screenshot file path was assigned to fn. am i doing something wrong?