From 5f6ce1ae75778d9c993f8e96f695efa864a8eb13 Mon Sep 17 00:00:00 2001 From: Ivan Brusic Date: Fri, 9 Feb 2018 15:05:19 -0800 Subject: [PATCH] Highlight the "hidden" REST API test suite (#28381) --- TESTING.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 37f7962ff0c..f1e444dbde6 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -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: