Skip to content

Integration Tests

wing328 edited this page Feb 21, 2017 · 5 revisions

Integration Tests

To run integration tests manually, execute the following command:

mvn verify -Psamples

To run integration test for an API client or server stub, go to the sample directory which contains pom.xml and then run mvn integration-test.

To identify API client or server stub with pom.xml, run find samples -name "pom.xml"

Continuous Integration