Top "Jasmine-maven-plugin" questions

The maven plugin jasmine-maven-plugin helps you to execute your jasmine test scripts as part of a maven build.

Redirect calls to console.log() to standard output in Jasmine tests

I'm using Jasmine via the jasmine-maven-plugin, and I would like to see console.log() messages in the Maven build output. …

javascript jasmine jasmine-maven-plugin