appium-boneyard / appium-plugins

Officially-maintained plugins for the Appium server
Apache License 2.0
32 stars 7 forks source link

feat(config): add schema support #60

Closed boneskull closed 2 years ago

boneskull commented 2 years ago

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.