You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: