uk.co.automatictester.lightning
Owner: Ireneusz Pastusiak
Integrate JMeter non-functional tests with CI/CD server
http://automatictester.github.io/lightning
Sources: https://github.com/automatictester/lightning
Version 2.0.1 (latest)
2.0.1
Created 07 June 2019.
Integrate JMeter non-functional tests with CI/CD server
Add this plugin to your build using the plugins DSL:
plugins {
id("uk.co.automatictester.lightning") version "2.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("uk.co.automatictester:lightning-gradle-plugin:2.0.1") } } apply(plugin = "uk.co.automatictester.lightning")
- Applying plugins to all subprojects .