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.
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).
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
Some tests in bpmn-miwg-tools
require a GitHub personal access token.
This can be passed as follows:
-DgithubUser=USERNAME -DgithubToken=GITHUBTOKEN