
| Property Name | Type | Description |
|---|---|---|
| config | string |
A String value
Path to the config file..
|
"protractor": {
"type": "object",
"additionalProperties": false,
"properties": {
"config": {
"type": "string",
"description": "Path to the config file."
}
}
}