-
Notifications
You must be signed in to change notification settings - Fork 6k
Integration Tests
wing328 edited this page Jun 5, 2017
·
5 revisions
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 tests with pom.xml, run find samples -name "pom.xml" under Mac/Linux.
| CI | Config | Tests covered |
|---|---|---|
| Travis | .travis.yml | Ruby, Swift, Swift3, Scala, Akka-Scala, JavaScript, Python,TypeScript, Scalatra |
| Shippable | shippable.yml | Mustache templates |
| AppVeyor | appveyor.yml | C# (clients) |
| CircleCI | circle.yml | Go, Clojure, Java (clients, servers) |
would suggest when compiling to use flag to ignore tests. The tests requires extra dependencies and the compilation might fail due to that.