Skip to content

Releases: willis7/soapui-gradle-plugin

v5.1.2.PRO-RELEASE

02 Nov 02:54
Compare
Choose a tag to compare

soapui-gradle-plugin 5.1.2.PRO-RELEASE

see soapui-gradle-plugin 5.1.2.PRO-SNAPSHOT release notes

usage

buildscript {
    repositories {
        jcenter()
        maven { url 'https://plugins.gradle.org/m2/' }
        maven { url 'http://smartbearsoftware.com/repository/maven2/' }
        maven { url 'http://java.net/projects/maven-repository/' }
    }
    dependencies {
        classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.1.2.PRO-RELEASE')
    }
}

apply plugin: io.byteshifter.plugins.soapui.SoapUIPlugin

soapui {
    test {
        projectFile = 'sample-soapui-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    load {
        projectFile = 'sample-soapui-load-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    tool {
        projectFile = 'sample-soapui-tool-project.xml'
        iface = 'IOrderService'
        tool = 'wsi,axis1,axis2'
    }
    mock {
        projectFile = 'sample-soapui-mock-project.xml'
        outputFolder = '/tmp'
        openReport = false
    }
    security {
        projectFile = 'sample-soapui-security-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
}

available tasks

gradle soaptest
gradle soapload
gradle soaptool
gradle soapmock
gradle securityTest

v5.1.2.PRO-SNAPSHOT

22 Sep 19:24
Compare
Choose a tag to compare
v5.1.2.PRO-SNAPSHOT Pre-release
Pre-release

soapui-gradle-plugin 5.1.2.PRO-SNAPSHOT

release notes

Added SoapUI Pro 5.1.2 support

// full list of new SoapUI PRO version specific configurations available in this release
soapui {
    test {
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    load {
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    mock {
        outputFolder = '/tmp'
        openReport = false
    }
    security {
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
}

usage

buildscript {
    repositories {
        jcenter()
        maven { url 'https://plugins.gradle.org/m2/' }
        maven { url 'http://smartbearsoftware.com/repository/maven2/' }
        maven { url 'http://java.net/projects/maven-repository/' }
    }
    dependencies {
        classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.1.2.PRO-SNAPSHOT')
    }
}

apply plugin: io.byteshifter.plugins.soapui.SoapUIPlugin

soapui {
    test {
        projectFile = 'sample-soapui-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    load {
        projectFile = 'sample-soapui-load-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
    tool {
        projectFile = 'sample-soapui-tool-project.xml'
        iface = 'IOrderService'
        tool = 'wsi,axis1,axis2'
    }
    mock {
        projectFile = 'sample-soapui-mock-project.xml'
        outputFolder = '/tmp'
        openReport = false
    }
    security {
        projectFile = 'sample-soapui-security-project.xml'
        environment = 'test'
        reportName = 'test-report'
        reportFormats = ['PDF', 'XLS', 'HTML', 'RTF', 'CSV', 'TXT', 'XML']
        openReport = false
    }
}

available tasks

gradle soaptest
gradle soapload
gradle soaptool
gradle soapmock
gradle securityTest

v5.3.0.RELEASE

24 Feb 00:15
923dd03
Compare
Choose a tag to compare

soapui-gradle-plugin

release notes

Using latest fully functional stable SoapUI runner (5.3.0). Newer release 5.4.0 is very limited. So we don't wanna loose load testing functionality.

usage

buildscript {
    repositories {
        jcenter()
        maven { url 'https://plugins.gradle.org/m2/' }
        maven { url 'http://smartbearsoftware.com/repository/maven2/' }
    }
    dependencies {
        classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.3.0.RELEASE')
    }
}

apply plugin: io.byteshifter.plugins.soapui.SoapUIPlugin

soapui {
    test {
        projectFile = 'sample-soapui-project.xml'
    }
    load {
        projectFile = 'sample-soapui-load-project.xml'
    }
    tool {
        projectFile = 'sample-soapui-tool-project.xml'
        iface = 'IOrderService'
        tool = 'wsi,axis1,axis2'
    }
    mock {
        projectFile = 'sample-soapui-mock-project.xml'
    }
    security {
        projectFile = 'sample-soapui-security-project.xml'
    }
}

available tasks

gradle soaptest
gradle soapload
gradle soaptool
gradle soapmock
gradle securityTest

5.3.1-RC

15 Jul 20:08
Compare
Choose a tag to compare
5.3.1-RC Pre-release
Pre-release

Current release supports SoapUI 5.3.1-RC testrunner

5.3.0

15 Jul 19:43
Compare
Choose a tag to compare

Current release supports SoapUI 5.3.0 testrunner

5.2.1

15 Jul 19:28
Compare
Choose a tag to compare

Current release supports SoapUI 5.2.1 testrunner

5.2.0

15 Jul 19:12
Compare
Choose a tag to compare

Current release supports SoapUI 5.2.0 testrunner

5.1.3

15 Jul 18:53
Compare
Choose a tag to compare

Current release supports SoapUI 5.1.3 testrunner

5.1.2

14 Jul 20:04
Compare
Choose a tag to compare

Current release supports SoapUI 5.1.2 testrunner

5.1.1

14 Jul 19:22
Compare
Choose a tag to compare

Current release supports SoapUI 5.1.1 testrunner