This repository is an example of how to use Cucumber testing against BPMS processes. No running BPMS server is required, as this example utilizes BPMS-specific JUnit classes.
The BPMS processes and rules in this example were taken from publicly available example code from the following location: https://github.com/jbossdemocentral/bpms-customer-evaluation-demo
- Install Maven on the system where tests are to be run.
- Clone this repository.
- Open a terminal and change into the directory where this repository was cloned.
- Run "mvn install".