I\'m using Jasmine via the jasmine-maven-plugin, and I would like to see console.log() messages in the Maven build output. Is there a way to achieve this?
If console.log
You can use:
jasmine.log("I've got a big log.");
Use console.log directly, as per douglas-treadwell's comment below.
console.log