Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.08 KB

README.textile

File metadata and controls

20 lines (12 loc) · 1.08 KB

Play! QUnit Module

The Play! QUnit module provides integration of QUnit Javascript unit 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
  • Running all tests automatically by simply accessing one URL in the browser
  • Generated JUnit compatible XML test reports for continuous integration

For detailed features and instructions on how to use the module have a look at the module documentation.

Licence

Play QUnit module is distributed under Apache 2 licence.

Some files especially public/qunit/testrunner.js, public/qunit/testrunner.css are derived work from the Play! testrunner module which is also licenced under Apache 2 licence.

Some files under public/qunit are from third parties and are licensed under their own terms. These license information can be found on top of the files.