We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc2609 commit 8a84bc5Copy full SHA for 8a84bc5
README.md
@@ -41,3 +41,15 @@ If your Elasticsearch URI is not `localhost` and/or the cluster name is differen
41
- `ES_CLUSTER_NAME`
42
43
Once everything is up and running open the browser and go to [http://localhost:8080](http://localhost:8080). You should see Swagger to interact with.
44
+
45
+## Run testcontainers tests
46
47
+The integration tests written relying on [testcontainers](https://www.testcontainers.org/) to spin up Elasticsearch on the spot to run tests against.
48
49
+To run them just execute below command:
50
51
+```bash
52
+$ mvn clean verify
53
+```
54
55
+Make sure you have your docker running.
0 commit comments