QUnit [qunit] module
This module is for the Play 1.x series only.
The QUnit module provides integration of JUnit Javascript tests with the Play! Framework.
Features:
- Use Play! templating syntax in QUnit tests
- Friendly running and error reporting of QUnit tests directly from the application
- Generated JUnit compatible XML test reports for continuous integration
https://github.com/irregular-at/play-qunit
Written by Florian Gutmann .
Published releases
1.0 | May 20 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install qunit-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> qunit {version}