@appium/schema
Advanced tools
Comparing version 0.5.0 to 0.6.1
@@ -143,2 +143,10 @@ export namespace AppiumConfigJsonSchema { | ||
}; | ||
readonly 'log-format': { | ||
readonly appiumCliDest: "logFormat"; | ||
readonly default: "text"; | ||
readonly description: "Log format (text|json|pretty_json)"; | ||
readonly enum: readonly ["text", "json", "pretty_json"]; | ||
readonly title: "log-format config"; | ||
readonly type: "string"; | ||
}; | ||
readonly 'log-no-colors': { | ||
@@ -145,0 +153,0 @@ readonly default: false; |
"use strict"; | ||
/** | ||
* The single-source-of-truth of the Appium server configuration | ||
* The single-source-of-truth of the Appium server configuration. | ||
* | ||
@@ -168,2 +168,10 @@ * This defines _both_ what the CLI supports and what the config files support. | ||
}, | ||
'log-format': { | ||
appiumCliDest: 'logFormat', | ||
default: 'text', | ||
description: 'Log format (text|json|pretty_json)', | ||
enum: ['text', 'json', 'pretty_json'], | ||
title: 'log-format config', | ||
type: 'string', | ||
}, | ||
'log-no-colors': { | ||
@@ -170,0 +178,0 @@ default: false, |
/** | ||
* The single-source-of-truth of the Appium server configuration | ||
* The single-source-of-truth of the Appium server configuration. | ||
* | ||
@@ -174,2 +174,10 @@ * This defines _both_ what the CLI supports and what the config files support. | ||
}, | ||
'log-format': { | ||
appiumCliDest: 'logFormat', | ||
default: 'text', | ||
description: 'Log format (text|json|pretty_json)', | ||
enum: ['text', 'json', 'pretty_json'], | ||
title: 'log-format config', | ||
type: 'string', | ||
}, | ||
'log-no-colors': { | ||
@@ -189,3 +197,4 @@ default: false, | ||
default: 7, | ||
description: 'The maximum amount of plugins that could be imported in parallel on server startup', | ||
description: | ||
'The maximum amount of plugins that could be imported in parallel on server startup', | ||
title: 'plugins-import-chunk-size config', | ||
@@ -196,3 +205,4 @@ type: 'number', | ||
default: 3, | ||
description: 'The maximum amount of drivers that could be imported in parallel on server startup', | ||
description: | ||
'The maximum amount of drivers that could be imported in parallel on server startup', | ||
title: 'drivers-import-chunk-size config', | ||
@@ -307,3 +317,4 @@ type: 'number', | ||
'ssl-cert-path': { | ||
description: 'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"', | ||
description: | ||
'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"', | ||
title: '.cert file path', | ||
@@ -314,3 +325,4 @@ appiumCliDest: 'sslCertificatePath', | ||
'ssl-key-path': { | ||
description: 'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"', | ||
description: | ||
'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"', | ||
title: '.key file path', | ||
@@ -317,0 +329,0 @@ appiumCliDest: 'sslKeyPath', |
@@ -176,2 +176,14 @@ { | ||
}, | ||
"log-format": { | ||
"appiumCliDest": "logFormat", | ||
"default": "text", | ||
"description": "Log format (text|json|pretty_json)", | ||
"enum": [ | ||
"text", | ||
"json", | ||
"pretty_json" | ||
], | ||
"title": "log-format config", | ||
"type": "string" | ||
}, | ||
"log-no-colors": { | ||
@@ -178,0 +190,0 @@ "default": false, |
{ | ||
"name": "@appium/schema", | ||
"version": "0.5.0", | ||
"version": "0.6.1", | ||
"description": "Appium Configuration Schema", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b" | ||
"gitHead": "2b12d5974a23090ec4a167d91628d56c0b482c46" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88178
1560