
ikrishna321.AppiumTestDistribution.14.0.4.source-code.androidSchema.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",
"serverConfig"
],
"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": "^(.*)$"
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy