@camunda/task-testing
v2.0.0
Published
[](https://github.com/camunda/task-testing/actions/workflows/CI.yml)
Keywords
Readme
@camunda/task-testing
Run and test a single building block of your BPMN diagram.
Try it
Usage
The library exposes a single React component:
import TaskTesting from '@camunda/task-testing';The configuration is passed via the props of the TaskTesting component.
Development
Install the dependencies and spin up a local server at http://localhost:3000:
npm install
npm startIt requires a Camunda 8 instance to run.
We recommend using Camunda 8 Run for development.
You can configure your Camunda 8 environment in the demo/.env file.
Build
Run all tests and build the library:
npm run allLicense
MIT
