Play! QUnit Module


License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.maven-play-plugin.org.playframework.modules.qunit
ArtifactId

ArtifactId

play-qunit
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Play! QUnit Module
Play! QUnit Module
Source Code Management

Source Code Management

https://github.com/irregular-at/play-qunit

Download play-qunit

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.qunit/play-qunit/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.org.playframework.modules.qunit</groupId>
    <artifactId>play-qunit</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.qunit/play-qunit/
implementation 'com.google.code.maven-play-plugin.org.playframework.modules.qunit:play-qunit:1.0'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.qunit/play-qunit/
implementation ("com.google.code.maven-play-plugin.org.playframework.modules.qunit:play-qunit:1.0")
'com.google.code.maven-play-plugin.org.playframework.modules.qunit:play-qunit:jar:1.0'
<dependency org="com.google.code.maven-play-plugin.org.playframework.modules.qunit" name="play-qunit" rev="1.0">
  <artifact name="play-qunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.playframework.modules.qunit', module='play-qunit', version='1.0')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.playframework.modules.qunit" % "play-qunit" % "1.0"
[com.google.code.maven-play-plugin.org.playframework.modules.qunit/play-qunit "1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.maven-play-plugin.org.playframework : play jar 1.2

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0