Highlight the "hidden" REST API test suite (#28381)

This commit is contained in:
Ivan Brusic 2018-02-09 15:05:19 -08:00 committed by Ryan Ernst
parent e0bea70070
commit 5f6ce1ae75
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ The REST layer is tested through specific tests that are shared between all
the elasticsearch official clients and consist of YAML files that describe the
operations to be executed and the obtained results that need to be tested.
The YAML files support various operators defined in the link:/rest-api-spec/src/main/resources/rest-api-spec/test/README.asciidoc[rest-api-spec] and adhere to the link:/rest-api-spec/README.markdown[Elasticsearch REST API JSON specification]
The REST tests are run automatically when executing the "./gradlew check" command. To run only the
REST tests use the following command: