This PR adds a schema to fake-plugin as per appium/appium#15938, adapted from the argsConstraints field.
I have removed argsConstraints from the type definition of the base plugin.
Once appium/appium#15938 is released, we can safely remove argsConstraints from BasePlugin, but I think it'll cause problems if it is removed right now.
This PR adds a schema to
fake-plugin
as per appium/appium#15938, adapted from theargsConstraints
field.I have removed
argsConstraints
from the type definition of the base plugin.Once appium/appium#15938 is released, we can safely remove
argsConstraints
fromBasePlugin
, but I think it'll cause problems if it is removed right now.