dmn-testing-plugin
dmn-testing-plugin copied to clipboard
Camunda Modeler plugin that allows testing of a DMN decision.
### Describe the Bug In your example, button is here  But on windows, I cann't find the button.  Java is already installed. ### Environment - OS: Windows 11...
Allow complex variables to be passed to the engine -> for example a `list` or `json` object
If you do some changes on the DMN and start the test, then you have to enter the test input again. The fields are also empty, if you click on...
__Describe the Bug__ We display the results of respective rules instead of the evaluation result for hit policy: Collect (Sum). __Steps to Reproduce__ 1. Execute [diagram_1.dmn.txt](https://github.com/bpmn-io/dmn-testing-plugin/files/5296902/diagram_1.dmn.txt) with any input. 2....
__Is your feature request related to a problem? Please describe__ Some issues in dmn decision tables can be identified even before execution. The DMN Testing Plugin should be able to...
__What should we do?__ Create a moddle extension which allows to save test cases to DMN and also read them in Camunda Modeler. This will make test cases portable. Requires...
__What should we do?__ Add a way to provide multiple sets of variables to execute and compare with defined output.
__What should we do?__ Based on decision inputs, generate test cases automatically. This can rely on edge values of ranges, e.g. 20 for `[20, 30)`. Related https://medium.com/@davidibl/dmn-manager-ed2afa73b221
__Describe the solution you'd like__ Allow to provide variable of type List as an input to evaluate decision.
__What should we do?__ Display interim results of Literal Expressions.