Currently, the existing langugae and generator tests are not performed in the JooMDDDeploy task. To run the tests, the following script has to be added to the gradle file in the test project:
test {
useJUnitPlatform()
}
This, however, leads to errors, since the example models are not correctly copied into the test structure.
Currently, the existing langugae and generator tests are not performed in the JooMDDDeploy task. To run the tests, the following script has to be added to the gradle file in the test project:
This, however, leads to errors, since the example models are not correctly copied into the test structure.