Commit cb569f41 authored by Jérome Perrin's avatar Jérome Perrin

erp5: new `selenium` subkey of test runner

parent a6040fd8
......@@ -369,6 +369,31 @@
"description": "Number of extra databases this instance tests will need.",
"default": 3,
"type": "integer"
},
"selenium": {
"description": "Configuration of the selenium server",
"properties": {
"server-url": {
"description": "URL of the selenium server",
"type": "string"
},
"desired-capabilities": {
"description": "Desired browser capabilities",
"type": "object",
"properties": {
"browserName": {
"description": "Name of the browser being used, for example firefox, chrome",
"type": "string"
},
"version": {
"description": "The browser version",
"type": "string"
}
}
}
},
"additionalProperties": true,
"type": "object"
}
},
"type": "object"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment