io.github.daggerok.soapui-loadtestrunner
Owner: Maksim Kostromin
SoapUI Runner Gradle Plugin. Please, make sure you have added required plugin repository in buildscript: maven { url 'http://smartbearsoftware.com/repository/maven2/' } Allows run SoapUI Load Tests using loadtestrunner.
https://daggerok.github.io/soapui-runner
Sources: https://github.com/daggerok/soapui-runner.git
Version 4.6.3-rc.0
4.6.3-rc.0
Created 22 July 2017.
SoapUI Runner Gradle Plugin.
Please, make sure you have also added required plugin repository in your buildscript:
maven { url 'http://smartbearsoftware.com/repository/maven2/' }
Allows run SoapUI Load Tests using loadtestrunner.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.daggerok.soapui-loadtestrunner") version "4.6.3-rc.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.github.daggerok:soapui-runner:4.6.3-rc.0") } } apply(plugin = "io.github.daggerok.soapui-loadtestrunner")
- Applying plugins to all subprojects .