In my current project we need to run Test Scenarios created in Workbench as a part of a Maven build. The final goal is to have these functional tests included to the continuous integration process.
We spent a couple of days trying to figure it out.
We opened a project that is created by Workbench in the .niogit
folder and are trying to run a maven goal.
But seems that maven goals like mvn clean install
or mvn clean verify
or mvn clean test
don't run the Test Scenarios having a .scenario
type at all.
Do you have any ideas on that?
there is currently work in progress on new version of scenarios in the kie-workbench. See the list of tasks. I would recommend you to bring this requirement there.