Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Improve logging in case of error for default listener #26

Open davidlinse opened 10 years ago

davidlinse commented 10 years ago

Hi.. I like the integrated listener for development but i think there is room for improvement. e.g.

sample-test: Test failed: [Error: text does not match]

would be much more helpful if it would be more like: [test-case-name]: Test failed: [the error] **plus** a kind of "diff"

e.g.

sample-test: Test failed: [Error: text does not match] 
<foo> not matching <bar>

What do you think ?

regards ~david

Zarkonnen commented 10 years ago

Yeah, that sounds like a very useful addition. Slated as an official enhancement. :)

davidlinse commented 9 years ago

@Zarkonnen Any progress or news on this ?