Skip to content

project-ncl/reqour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reqour

Repour, but written in Quarkus.

Testing

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.