vivekg13186 / cucumber-camunda-js

A testing framework for Camunda.

Repository from Github https://github.comvivekg13186/cucumber-camunda-jsRepository from Github https://github.comvivekg13186/cucumber-camunda-js

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.

About

A testing framework for Camunda.

License:MIT License


Languages

Language:JavaScript 77.0%Language:Gherkin 23.0%