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"
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"