This project demonstrates how to setup a minimal project to run Camunda Platform Assert tests
- Java 17/21
- Checkout the project with Git
- Read and run the unit tests
In order to run the testsuite with maven you can use:
mvn clean test
If you want to read more about Camunda Platform Assert, go to the testing user guide in the Camunda docs.