Skip to content

Command line parameters

Jakub Raczek edited this page Nov 17, 2016 · 2 revisions

Overriding application configuration properties

You can override some of the application configuration properties - run app with:

-DtestsDir=path - set tests directory (default: test-definitions)

-DteamcityLogsEnabled=true - log test output in TeamCity format

-DfilterInclude=a.b,g.z.f - comma separated directories or test files which you want to include

-DfilterExclude=a.b.test - comma separated directories or test files which you want to exclude

for example:

java -DtestsDir=my_tests -jar DBTestCompare-1.0-SNAPSHOT-jar-with-dependencies.jar