JMcn / soapui-docker

soapui run in docker and support chinese

Home Page:https://hub.docker.com/r/jmcn/soapui-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoapUI 5.2.1 docker

  • SoapUI is a free and open source cross-platform Functional Testing solution. http://www.soapui.org/

  • Support Chinese

RUN

  • testrunner
docker run --rm -it -v ~:/var/home jmcn/soapui-docker -l -c "testrunner.sh -Dfile.encoding=UTF-8 -I -j -f/var/home/report/ /var/home/soapui-project.xml"
  • mockservicerunner
docker run --rm -it -v ~:/var/home jmcn/soapui-docker -l -c "mockservicerunner.sh /var/home/soapui-project.xml"

About

soapui run in docker and support chinese

https://hub.docker.com/r/jmcn/soapui-docker/


Languages

Language:Shell 100.0%