Skip to content

Run and test a single building block of your BPMN diagram.

License

Notifications You must be signed in to change notification settings

camunda/task-testing

Repository files navigation

@camunda/task-testing

CI

Run and test a single building block of your BPMN diagram.

Usage

import TaskTesting from '@camunda/task-testing';

function App() {
  ...

  <TaskTesting api={ ... }>
    <TaskTesting.Tab label={ 'Foo' }>...</TaskTesting.Tab>;
    <TaskTesting.Link href="https://camunda.com">Foo</TaskTesting.Link>;
  </TaskTesting>
}

See demo

Development

Install the dependencies and spin up a local server at http://localhost:3000:

npm install

npm start

It 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 all

License

MIT

About

Run and test a single building block of your BPMN diagram.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5