Prepare Elastic indices before context, and delete index by query
Add a new spec configuration that creates/deletes the index only before and after each context. In between execution, the Elasticsearch API DeleteByQuery is used to clear out any data in the index. This is a performance improvement for the specs that use it.
Showing
Please register or sign in to comment