Library for creating bpmn-io properties panels.
npm install @bpmn-io/properties-panel
Library for creating bpmn-io properties panels.
Prepare the project by installing all dependencies:
``sh`
npm install
Then, depending on your use-case you may run any of the following commands:
`shbuild the library and run all tests
npm run all
Expose an environment variable
TEST_BROWSERS=(Chrome|Firefox|IE)` to execute the tests in a non-headless browser.MIT