Adding useHostNetwork option

This commit is contained in:
Collin Dauphinee
2020-04-01 13:24:13 -07:00
committed by Webber Takken
parent f02586c1c9
commit a4e8475a2f
5 changed files with 24 additions and 1 deletions

View File

@@ -231,6 +231,18 @@ In this folder a folder will be created for every test mode.
_**required:** `false`_
_**default:** `artifacts`_
#### useHostNetwork
Initializes Docker using the host network.
This is useful if Unity needs to access a local server that was started as part of your workflow.
Options are: "true", "false"
_**required:** `false`_
_**default:** `false`_
#### customParameters
Custom parameters to configure the test runner.