ikrishna321.AppiumTestDistribution.11.0.0.source-code.androidAndiOSSchema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AppiumTestDistribution Show documentation
Show all versions of AppiumTestDistribution Show documentation
A tool run Android and iOS test in parallel across devices
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://example.com/root.json",
"type": "object",
"title": "The Root Schema",
"required": [
"android",
"iOS",
"hostMachines"
],
"properties": {
"android": {
"$id": "#/properties/android",
"type": "object",
"title": "The Android Schema",
"required": [
"automationName"
],
"properties": {
"automationName": {
"$id": "#/properties/android/properties/automationName",
"type": "string",
"title": "The Automationname Schema",
"default": "",
"examples": [
"UIAutomator2 or Espresso"
],
"pattern": "^(.*)$"
}
}
},
"iOS": {
"$id": "#/properties/iOS",
"type": "object",
"title": "The Ios Schema"
},
"hostMachines": {
"$id": "#/properties/hostMachines",
"type": "array",
"title": "The Hostmachines Schema",
"items": {
"$id": "#/properties/hostMachines/items",
"type": "object",
"title": "The Items Schema",
"required": [
"machineIP"
],
"properties": {
"machineIP": {
"$id": "#/properties/hostMachines/items/properties/machineIP",
"type": ["array", "string"],
"title": "The Machineip Schema",
"default": "",
"examples": [
"127.0.0.1"
],
"pattern": "^(.*)$"
}
}
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy