SoapUI testrunner docker image by SoapUI development team
1.2K
This is a simplified version of ready-api-soapui-testrunner image based on the latest stable version of SoapUI OS. The structure of the image is very similar to ready-api-soapui-testrunner what simplifies and makes almost seamless upgrade to ready-api-soapui-testrunner.
Visit us on GitHub
Use the following command line to run a new container:
docker run -v="Local_Project_Folder":/project -v="Local_Reports_Folder":/reports -v="Local_Extensions_Folder":/ext -e COMMAND_LINE="SoapUI_TestRunner_Command_Line" -it ilyaavdeev/soapui-testrunner:latest
For example:
docker run -v="d:\soapui-docker-testrunner\Sample":/project -v="d:\soapui-docker-testrunner\Sample\Reports":/reports -v="d:\soapui-docker-testrunner\Sample\Extensions":/ext -e COMMAND_LINE="-f/%reports% -a -j '/%project%/sample-soapui-project.xml'" -it ilyaavdeev/soapui-testrunner:latest
Note: on some systems the paths that are specified for -v must be changed in the following way: "C:\TestRunner\Project" to "/host_mnt/C/TestRunner/Project".
Note: if Docker exits with the error "Drive has not been shared" then it is necesary to share the drive.
-f/%reports% -a -j '/%project%/soapui-project.xml'
Enjoy your testing!
Content type
Image
Digest
Size
312.9 MB
Last updated
over 7 years ago
docker pull ilyaavdeev/soapui-testrunner