Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 527 Bytes

File metadata and controls

21 lines (13 loc) · 527 Bytes

Compatibility tests for Tractus-X EDC

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.

Quick start

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"