Skip to content

vivekg13186/cucumber-camunda-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camunda Cucumber

A testing framework for Camunda.

Features

  • 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

Quick start

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

Documentations

Acknowledgements

Libraries used in this projects.