Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Markdown
### Syntax : unittest test [options]
### Description

* **-domain**

  Services Tier
(required)
   *Required*
* **-server**

  Engine Tier
(required)

  *Required*
* **-project**

  Project Name (required)

  *Required*
* **-specs**

  Path to unit test specs directory
(required)

  *Required*
* **-reports**

  Path to unit test reports directory
(required)
   *Required*
* **-project-cache**

  Project cache directory, enables incremental testing

  
* **-test-suite**

  Name of test suite being run, only required if running this command multiple times for the same project

  
* **-ignore-test-failures**

  Returns zero when testing completes regardless of failures

  
* **-threads**

  Specify the maximum number of concurrent jobs executed during Unit Testing
(default:
4)
  

* **-username**

  Information Server user name
(required)

  *Required*
* **-password**

  Information Server password (required)

  *Required*