thm-mni-ii / JooMDD

An MDD infrastructure for Joomla 3 and 4 extensions
GNU General Public License v3.0
6 stars 7 forks source link

Run tests in gradle build #212

Open priefyou opened 5 years ago

priefyou commented 5 years ago

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.