资 源 简 介
Maven plugin for executing QUnit Javascript tests using the rhino javascript engine.
Features
Test resources configuration using filesets: the tests to run can be chosen through includes and excludes patterns.
Javascript context path configuration to include external scripts from inside the tests: a new concept is introduced here to make easier implement TDD in high-scale projects. There"s a context path now which can be configured to dynamically lookup resources on runtime.
Script loading from Java classpath: another essential feature for high-scale projects. Often it"s needed to reference resources from the Java classpath, for example to add JavaScript resources only available for the test scope. It"s possible to retrieve resources from the classpath just adding the proper prefix to the include function.
Benchmarks and reporting: it"s able to trace the test cases carefully and identify which cases are in error, which are not, a