Skip to content

Latest commit

 

History

History

job-announcement-publication-process

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Executing Camunda Platform Assert tests

This project demonstrates how to setup a minimal project to run Camunda Platform Assert tests

Prerequisites

  • Java 17/21

How to run it

  1. Checkout the project with Git
  2. Read and run the unit tests

Running the test with maven

In order to run the testsuite with maven you can use:

mvn clean test

Further reading

If you want to read more about Camunda Platform Assert, go to the testing user guide in the Camunda docs.