You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: