Awesome
BPMN MIWG Tools
This is a set of tools for validating and comparing the test results collected by the BPMN Model Interchange Workging Group (BPMN MIWG) at the OMG.
Test Reports
One of the outputs of the BPMN MIWG tools is a set of Test Reports:
This work is licensed under the MIT License (see LICENSE.txt).
Setting up the development environment
The development environment is being set up as follows:
- First, clone the following repositories bmpm-miwig-test-suite and bpmn-miwg-tools
- In
bpmn-mwig-test-suite
:- Run
mvn clean install
- Run
- In
bpmn-miwg-tools
:- Run
mvn clean install
- Run
mvn eclipse:eclipse
- Run
- Open the projects in eclipse
Personal access token
Some tests in bpmn-miwg-tools
require a GitHub personal access token.
This can be passed as follows:
-DgithubUser=USERNAME -DgithubToken=GITHUBTOKEN