Looking for someone to maintain this projectHi, I'm looking for someone to take over this project as I no longer have time to dedicate to it. If you would like to do so, please contact me via an issue, make a fork and do your first change. I can help you set up the CI and indicate on this README who is maintaining the project (name & url). VSTS ExtensionSoapUI extension for VSTS This extension can be used to run SoapUI script or to make SoapUI available for other tasks (as an environment variable). SoapUI version used is version 5.4 Usage
To test that the task works properly, you can download project.xml and use it as a test script. (TODO) In both tasks, SoapUI will be downloaded the first time the task is called from https://s3.amazonaws.com/downloads.eviware/soapuios/5.4.0/SoapUI-5.4.0-windows-bin.zip The next call will simply use the downloaded file without re downloading it. For Hosted Agents, SoapUI will be downloaded each time the task is called. AvailabilityThis extension is publicly available on VSTS Marketplace: https://marketplace.visualstudio.com/items?itemName=ThomasP.soapui-tasks It is build in VSTS using VSTS Developer Tools Build Task (https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-developer-tools-build-tasks). Here is the status: The build number is automatically incremented on each commit by the VSTS Build task by a pattern like "0.0.$(Build.BuildId)". See https://www.visualstudio.com/en-us/docs/build/define/variables#predefined-variables for reference. LicenseThis extension is published under MIT license. See license file. |