Table of Contents
This project runs the Jakarta Data Technology Compatibility Kit (TCK) on standalone mode with Eclipse JNoSQL. Before running this project it is recommended to read the documentation located in the base TCK distribution project.
This project is configured specifically to allow the feature developers to run the TCK against the Eclipse JNoSQL implementation.
First start up a Mongo DB instance. You can do this by running the following command:
docker run -d -p 27017:27017 --name mongodb mongo
Then, run the following command to execute the TCK:
mvn clean test -B -Djnosql.document.database=mongo -Djnosql.mongodb.host=localhost:27017