From 9f70b7ac7085d5076a07a03394e3c62b198cb1db Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 11 Mar 2020 01:11:47 +0800 Subject: [PATCH] update doc --- docs/contributing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 8038fa512eb..69b766b2e88 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -95,7 +95,12 @@ To test the templates, please perform the following: (`git add -A` if added files with new test cases) - For new test cases, please add to the [Fake Petstore spec](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml) -To start the CI tests, you can run `mvn verify -Psamples` (assuming you've all the required tools installed to run tests for different languages) or you can leverage http://travis-ci.org to run the CI tests by adding your own openapi-generator repository. +To start the CI tests, you can: +- Run `mvn verify -Psamples`, assuming you have all the required tools installed to run tests for different languages. +- Leverage http://travis-ci.org to run the CI tests by adding your own openapi-generator repository. +- Run some of the CI tests in your local workspace. + +See [OpenAPI Tools wiki](https://github.com/OpenAPITools/openapi-generator/wiki/Integration-Tests) for more information about the integration tests. ### Tips - Smaller changes are easier to review