Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in gradle build #212

Open
priefyou opened this issue Mar 24, 2019 · 0 comments
Open

Run tests in gradle build #212

priefyou opened this issue Mar 24, 2019 · 0 comments
Assignees
Labels
bug Something isn't working tests Issues concerning the tests

Comments

@priefyou
Copy link
Collaborator

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.

@priefyou priefyou added bug Something isn't working tests Issues concerning the tests labels Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Issues concerning the tests
Projects
None yet
Development

No branches or pull requests

2 participants