mirror of
https://github.com/appium/appium.git
synced 2026-01-25 03:38:52 -06:00
11 lines
355 B
JavaScript
11 lines
355 B
JavaScript
// This is a map of plugin names to npm packages representing those plugins.
|
|
// The plugins in this list will be available to the CLI so users can just
|
|
// type 'appium plugin install 'name'', rather than having to specify the full
|
|
// npm package. I.e., these are the officially recognized plugins.
|
|
const KNOWN_PLUGINS = {
|
|
};
|
|
|
|
export {
|
|
KNOWN_PLUGINS,
|
|
};
|