[Documentation] Integration with TestContainer #31
|
Hello, how are you? Could you enhance the documentation and create a tutorial explaining how to test the Oracle NoSQL database with TestConateiner? I know that we can use |
Replies: 4 comments 1 reply
|
There is a fair bit of information in a separate repository with examples/tutorial information: |
This comment has been hidden.
This comment has been hidden.
|
Oi @otaviojava I will add a new example/tutorial using test-containers at https://github.com/oracle/nosql-examples/tree/master/examples-nosql-java-sdk soon In the meantime, here is a snippet using Junit4 and test-containers https://github.com/oracle/docker-images/tree/main/NoSQL
|
Oi @otaviojava
I will add a new example/tutorial using test-containers at https://github.com/oracle/nosql-examples/tree/master/examples-nosql-java-sdk soon
In the meantime, here is a snippet using Junit4 and test-containers