This project contains compatibility tests for Tractus-X EDC.
Currently, it tests the last stable Tractus-X EDC release against the main
branch of the Tractus-X EDC.
To run the tests locally, we have to build the docker images for the stable version of the control plane and data plane. with the following command:
./gradlew dockerize
Then, run the following command the compatibility tests:
./gradlew test -DincludeTags="EndToEndTest"