com.alejoHomes.jasmine
Owner: Alejandro Homes
allows you to run Jasmine tests using Karma
https://github.com/alejoHomes/jasmine-gradle
Sources: https://github.com/alejoHomes/jasmine-gradle
Version 0.1.1 (latest)
0.1.1
Created 30 September 2015.
allows you to run Jasmine tests using Karma. This is a fork from craigburke plugin, adding karma-junit-reporter
Add this plugin to your build using the plugins DSL:
plugins {
id("com.alejoHomes.jasmine") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.alejoHomes.gradle:jasmine-gradle:0.1.1") } } apply(plugin = "com.alejoHomes.jasmine")
- Applying plugins to all subprojects .