In command mode, you can use any of the following:
| Command | Description |
|---|---|
concurrency
|
Specifies the number of tests that are run concurrently. |
env
|
Specifies a test environment in an environment file. |
envFile or envFiles
|
Specifies an environment file (.jte) containing test environments. |
excludeList
|
Specifies an exclude list file. |
keywords
|
Restricts the set of tests to be run based on keywords. |
open
|
Opens a test suite, work directory, parameter .jtp file, or a configuration .jti file.
|
params
|
This command is deprecated. |
priorStatus
|
Selects the tests included in a test run based on their outcome on a prior test run. |
set
|
Overrides a specified value in a configuration (.jti) file. |
tests
|
Create a list of test directories and/or tests to run. |
testSuite
|
Specifies the test suite that is run. |
timeoutFactor
|
Increases the amount of time that the JavaTest harness waits for a test to complete |
workDir or workDirectory
|
Open an exiting work directory, create a new work directory, or replace an existing work directory with a new work directory. |
runTests
|
Run tests in command mode. |
audit
|
Audit test results in command mode. |
writeReport
|
Write test reports in command mode. |