mirror of
https://github.com/appium/appium.git
synced 2026-05-08 03:49:30 -05:00
feat: allow use of --plugins=all to activate all plugins, and show helpful startup text
This commit is contained in:
+2
-2
@@ -169,7 +169,7 @@ function parseCapsForInnerDriver (jsonwpCapabilities, w3cCapabilities, constrain
|
||||
*
|
||||
* @param {Object} w3cCaps W3C capabilities
|
||||
* @param {Object} jsonwpCaps JSONWP capabilities
|
||||
* @returns {Object} Fixed W3C capabilities
|
||||
* @return {Object} Fixed W3C capabilities
|
||||
*/
|
||||
function fixW3cCapabilities (w3cCaps, jsonwpCaps) {
|
||||
const result = {
|
||||
@@ -267,7 +267,7 @@ function getPackageVersion (pkgName) {
|
||||
*
|
||||
* @param {?Object} caps - Capabilities dictionary. It is mutated if
|
||||
* one or more settings have been pulled from it
|
||||
* @returns {Object} - An empty dictionary if the given caps contains no
|
||||
* @return {Object} - An empty dictionary if the given caps contains no
|
||||
* setting items or a dictionary containing parsed Appium setting names along with
|
||||
* their values.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user