Sign inSign up

ramso/soapui

By ramso

Updated over 7 years ago

A simple container the allow the execution of the test cases or the mock-up of a soap-ui project

Image
0

303

ramso/soapui repository overview

ramso/soapui

A simple container the allow the execution of the test cases or the mock-up of a soap-ui project.

Quick start

Run all test cases in a Soap Ui Project

docker run -v /home/ramso/soapui/test:/var/soapui -e PROJECT=soapui.xml ramso/soapui

Run all the mock-up in a Soap UI Project

docker run -v /home/ramso/soapui/test:/var/soapui -e PROJECT=soapui.xml ramso/soapui mockup   

Volumes The container use a volume to read the project to process and store the results and logs

VolumeDescription
/var/soapuiA folder that contain the Soap Ui project to use and go to store the results os the tests

Environment Variables

NameRequiredDescription
PROJECTtruePath,relative to the folder added in the volume, of the sopa ui project file
PORTfalsePort number for the mock-up server. By default 8088.
SUITEfalseThe name of the test suite or the mockup to run. If not reported, everything will be run
OPTIONSfalseA string with other soap ui console options

Commands

For make for flexible the container have two different commands

CommandDescription
testRun the test suite, is the default option
mockupRun the mockup server of the project

Tag summary

Content type

Image

Digest

Size

273.6 MB

Last updated

over 7 years ago

docker pull ramso/soapui