DESCRIPTION
        test-app

	Runs the project's tests.

SYNTAX
        test-app [options] [arguments] 

ARGUMENTS
        arguments
                Specifies type:phase and/or test selection.

OPTIONS
        --clean
                Cleans compiled classes before test are run.
        --no-reports
                Skips writing test reports if set to true.
        --non-interactive
                Controls if the shell can ask for input or not.
        --rerun
                Reruns failed tests only.
        --xml
                Creates test reports in XML format.
