Skip to main content

All Questions

Tagged with
0 votes
1 answer
128 views

Jasmine test case in maven with requirejs

I want to use jasmine for unit testing javascript application. My application uses requirejs. I found Jasmine maven plugin This plugin works great for non requirejs application. It also has requirejs ...
dmay's user avatar
  • 1,315
4 votes
3 answers
5k views

jasmine-maven-plugin and require-js result in path issues

I am using require-js to model dependencies in my java script project. I also use jasmine to write BDD styled test cases and the jasmine-maven-plugin:1.1.0 to execute these tests in headless mode. ...
Robert's user avatar
  • 1,890