Zarkonnen / se-interpreter

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

Issues with Listeners #54

Closed gregmoser closed 8 years ago

gregmoser commented 8 years ago

Based on my testing of the sauce listener that is provided out of the box, I've noticed that it fails to push the last tests results to sauce. It tosses an error that endAllRuns doesn't exist, and so the readme documentation also seemed wrong.

Lastly, I left the readme to say: "A listener module should export a function called getInterpreterListener that returns an object that may define any of the following functions"

However I think that it should say: "A listener module should export a function called getInterpreterListener that returns an object that must define all of the following functions"