This project contains compatibility tests for the Eclipse Dataspace Connector (EDC).
Currently, it tests the last stable EDC release against the main
branch of the 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"