Any documentation on test framework?

I am trying to use the test framework from Elastic. But documentation on how to use it doesn't seem to exist - and what's on the official website is extremely thin on details.

So apart from going to the source code in GitHub is there anything else anyone could point me to?

Have you seen https://www.elastic.co/guide/en/elasticsearch/reference/current/testing-framework.html ? Please note however, that the test framework is internal elasticsearch code, so there are no guarantee on its backward compatibility and it can change at any time even for minor releases. So, if you are going to base your project on this code, you need to be prepared to possibly update your code on every minor upgrade of elasticsearch. So, unless you project is very tightly coupled with Elasticsearch (for example you are writing a plugin for elasticsearch), you might be better off rolling out your own testing infrastructure more suitable for the rest of your project.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.