A testing framework for Camunda.
- Deploy .bpmn files
- Start BPMN process with process id
- Assign task to users
- Complete user task
- Check process status
- Delete all instances
- Cancel all task
- Veriy instance details
- Deploy .dmn files
- Evaluate decision tables
- Evaluate descision tables with excel file inputs
- Support cloud installations
- Support local docker installations
- Support local installations without docker
Start camunda docker
Clone the repo
git clone --depth 1 https://github.com/vivekg13186/cucumber-camunda-js.git
Install project
npm install
Run test
npm run test-bpmn
npm run test-dmn
Libraries used in this projects.