Skip to content

Commit 037b4a5

Browse files
committed
Updates README
1 parent b144c69 commit 037b4a5

File tree

1 file changed

+6
-39
lines changed

1 file changed

+6
-39
lines changed

README.md

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Elasticsearch Clients Tests
22

3-
This repository holds common tests for Elasticsearch Clients.
4-
5-
## Yaml tests
6-
7-
The tests are specified using the Elasticsearch YAML format reported [here](https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc).
3+
This repository holds common tests for Elasticsearch Clients. The tests are specified using the Elasticsearch YAML format reported [here](https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc).
84

95
All the tests are located in the [tests](tests) folder. Each API endpoint has a folder containing the tests to be executed. All the files must be executed in order, they are enumerated with a digit prefix.
106

@@ -63,38 +59,9 @@ Once in the interactive shell you'll have access to the data. You can run `downl
6359
@test_stack={:file=>"./tests/async_search/10_basic.yml", :line=>53}>
6460
3.3.4 :003 > @reporter.namespaces
6561
=>
66-
["async_search",
67-
"cat",
68-
"ccr",
69-
"cluster",
70-
"connector",
71-
"dangling_indices",
72-
"enrich",
73-
"eql",
74-
"esql",
75-
"features",
76-
"fleet",
77-
"graph",
78-
"ilm",
79-
"indices",
80-
"inference",
81-
"ingest",
82-
"license",
83-
"logstash",
84-
"migration",
85-
"ml",
86-
"monitoring",
87-
"nodes",
88-
"query_rules",
89-
"search_application",
90-
"searchable_snapshots",
91-
"security",
92-
"simulate",
93-
"slm",
94-
"synonyms",
95-
"tasks",
96-
"text_structure",
97-
"transform",
98-
"watcher",
99-
"xpack"]
62+
["async_search", "cat", "ccr", "cluster", "connector", "dangling_indices", "enrich", "eql", "esql",
63+
"features", "fleet", "graph", "ilm", "indices", "inference", "ingest", "license", "logstash",
64+
"migration", "ml", "monitoring", "nodes", "query_rules", "search_application",
65+
"searchable_snapshots", "security", "simulate", "slm", "synonyms", "tasks", "text_structure",
66+
"transform", "watcher", "xpack"]
10067
```

0 commit comments

Comments
 (0)