Adding ElasticSearch to QA Automation Project
Add qa-jgiven-elasticsearch
dependency to your pom.xml
<dependency>
<groupId>dev.aherscu.qa</groupId>
<artifactId>qa-jgiven-elasticsearch</artifactId>
<version>...</version>
<scope>test</scope>
</dependency>
see tutorial #8 for a working example (requires local ElasticSearch).