Jasmine Gradle Plugin

Use Jasmine to test javascript both in situ and as part of a build

License

License

Categories

Categories

Gradle Build Tools ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.dzhaughnroth
ArtifactId

ArtifactId

jasmine-gradle-plugin
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Jasmine Gradle Plugin
Use Jasmine to test javascript both in situ and as part of a build
Project URL

Project URL

https://github.com/dzhaughnroth/jasmine-gradle-plugin
Source Code Management

Source Code Management

http://github.com/dzhaughnroth/jasmine-gradle-plugin

Download jasmine-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/ -->
<dependency>
    <groupId>com.github.dzhaughnroth</groupId>
    <artifactId>jasmine-gradle-plugin</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation 'com.github.dzhaughnroth:jasmine-gradle-plugin:0.4'
// https://jarcasting.com/artifacts/com.github.dzhaughnroth/jasmine-gradle-plugin/
implementation ("com.github.dzhaughnroth:jasmine-gradle-plugin:0.4")
'com.github.dzhaughnroth:jasmine-gradle-plugin:jar:0.4'
<dependency org="com.github.dzhaughnroth" name="jasmine-gradle-plugin" rev="0.4">
  <artifact name="jasmine-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dzhaughnroth', module='jasmine-gradle-plugin', version='0.4')
)
libraryDependencies += "com.github.dzhaughnroth" % "jasmine-gradle-plugin" % "0.4"
[com.github.dzhaughnroth/jasmine-gradle-plugin "0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sourceforge.htmlunit : htmlunit jar 2.8
junit : junit jar 3.8.2
org.codehaus.groovy : groovy jar 1.7.8

Project Modules

There are no modules declared in this project.

Jasmine Gradle Plugin

Support for running Jasmine tests in a Gradle build. And more.

  • Your Jasmine specs run against source code in situ, as well as part of the build

  • Easy to include JSLint reports with the Jasmine output.

  • Supports mulitple dashboard pages that aggregate Jasmine SpecRunners.

  • Build fails if Jasmine and/or JSLint fail. Or not, if you prefer.

  • jasmineGenerate creates template files and required libraries in src/test/javascript

  • Built to play nice with others.

Same licensing as Jasmine and JSLint.

Versions

Version
0.4
0.3