We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84bc5 commit 683e698Copy full SHA for 683e698
README.md
@@ -46,6 +46,9 @@ Once everything is up and running open the browser and go to [http://localhost:8
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 know more about container read this tutorial:
50
+[https://blog.madadipouya.com/2019/05/08/integration-test-with-testcontainers-in-java/](https://blog.madadipouya.com/2019/05/08/integration-test-with-testcontainers-in-java/)
51
+
52
To run them just execute below command:
53
54
```bash
0 commit comments