← Back to team overview

dhis2-devs-core team mailing list archive

Category for slow tests

 

Hi

I have added a new marker class to use with slow tests / integration tests
called IntegrationTest.

This is used by tagging the class or method with:
@Category( IntegrationTest.class )

They will then be excluded by default, and must be run by turning on the
profile "integration".

mvn test -Pintegration

--
Morten

Follow ups