I'm using selenium webdriver with node.js (javascript ) Is there any way to output some value in the test runtime console.
Something like :
console.log(variable)
but in the console of the test while running .
Suggestions ?
No comments:
Post a Comment