Skip to content

camundacon2019/process-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CamundaCon 2019 Process Testing Example

Code examples for testing complex aspects of processes using Camunda BPM.

How to use it

  1. Checkout the project with Git
  2. Import the project into your IDE
  3. Inspect the test class
  4. Build it with maven by mvn clean package
  5. Inspect the visual test results in target/process-test-coverage/
  6. Deploy it to a camunda-bpm-platform distro of your own choice, that supports EJB's (Wildfly, Jboss)
  7. Start an instance of the process Organize next match visit (process key organize_next_match_visit)

Misc

Feel free to watch the accompanying video: Watch the video

Releases

No releases published

Packages

No packages published

Languages