... | ... | @@ -6,14 +6,13 @@ To identify API client or server stub tests with pom.xml, run `find samples -nam |
|
|
|
|
|
## Continuous Integration
|
|
|
|
|
|
| *CI* | *Config* | *Tests covered* |
|
|
|
|------|----------|-----------------|
|
|
|
| Travis | [.travis.yml](https://github.com/openapitools/openapi-generator/blob/master/.travis.yml) | RubyJavaScript, PHP, Python, TypeScript, Haskell, C++, Elm, Groovy, etc |
|
|
|
| Shippable | [shippable.yml](https://github.com/openapitools/openapi-generator/blob/master/shippable.yml) | Mustache templates, Elixir, Erlang (client, server), Kotlin, etc |
|
|
|
| AppVeyor | [appveyor.yml](https://github.com/openapitools/openapi-generator/blob/master/appveyor.yml) | C# (clients), PowerShell |
|
|
|
| CircleCI | [circle.yml](https://github.com/openapitools/openapi-generator/blob/master/circle.yml) | Go, TypeScript Angular6, Clojure, Java (clients, servers), Scala, Kotlin with JDK7, JDK8, etc |
|
|
|
| drone.io | [.drone.yml](https://github.com/openapitools/openapi-generator/blob/master/CI/.drone.yml) | JDK11 test, OCaml client, etc |
|
|
|
| bitrise.io | [bitrise.yml](https://github.com/openapitools/openapi-generator/blob/master/CI/bitrise.yml) | Swift 4, 5 |
|
|
|
| *CI* | *Config* |
|
|
|
|------|----------|
|
|
|
| Travis | [.travis.yml](https://github.com/openapitools/openapi-generator/blob/master/.travis.yml) |
|
|
|
| AppVeyor | [appveyor.yml](https://github.com/openapitools/openapi-generator/blob/master/appveyor.yml) |
|
|
|
| CircleCI | [circle.yml](https://github.com/openapitools/openapi-generator/blob/master/circle.yml) |
|
|
|
| bitrise.io | [bitrise.yml](https://github.com/openapitools/openapi-generator/blob/master/CI/bitrise.yml) |
|
|
|
| Github Actions | [workflows](https://github.com/OpenAPITools/openapi-generator/tree/master/.github/workflows) |
|
|
|
|
|
|
## How to add integration tests for new Petstore samples?
|
|
|
|
... | ... | |