Skip to content

Instantly share code, notes, and snippets.

@adriancb
Last active December 15, 2015 00:19
Show Gist options
  • Save adriancb/5172351 to your computer and use it in GitHub Desktop.
Save adriancb/5172351 to your computer and use it in GitHub Desktop.
Testem log output...
outputTap: function(results, launcher){
if (launcher) {
launcher.app.runners.forEach(function(runner) {
runner.get('messages').forEach(function(message) {
console.log('\n' + message.get('text'))
})
})
}
@andrewchilds
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment