
| Property Name | Type | Description |
|---|---|---|
| protractor | object | protractor |
"e2e": {
"type": "object",
"description": "Configuration for end-to-end tests.",
"additionalProperties": false,
"properties": {
"protractor": {
"type": "object",
"additionalProperties": false,
"properties": {
"config": {
"type": "string",
"description": "Path to the config file."
}
}
}
}
}