-
Notifications
You must be signed in to change notification settings - Fork 6k
Integration Tests
wing328 edited this page Feb 21, 2017
·
5 revisions
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"
- Travis - .travis.yml
- Shippable - shippable.yml
- AppVeyor - appveyor.yml
would suggest when compiling to use flag to ignore tests. The tests requires extra dependencies and the compilation might fail due to that.