Community contributed extensions

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:

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}