Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 431 Bytes

The SoapUI Maven plugin tester

This is a submodule of The SoapUI project

This module tests the mock and test goals of soapui-maven-plugin.

A mock service is started then the tests are runned against the mock.

Building and running

Execute mvn clean verify to run the tests.

The port of the mock service can be configured by adding the following parameter -DmockServerPort=12345 (default value is 9090)