Repour, but written in Quarkus.
In order to allow more fine-grained control over which tests are being run, test profiles defining tags are used. In case you want to run only translation-related tests, run:
mvn test -Dquarkus.test.profile.tags=translation
In case you want to run all the tests, simply do not specify quarkus.test.profile.tags
system property at all.
For more information, see Quarkus testing guide.