tractive-appium-inspector
v1.3.0
Published
An app inspector for use with an Appium server
Readme
Appium Inspector Plugin
A plugin that integrates the Appium Inspector directly into your Appium server installation, providing a web-based interface for inspecting and interacting with your application under test.
Features
- Web-based Appium Inspector interface accessible via
/inspectorendpoint with appium server - Full feature parity with standalone Appium Inspector
Installation
appium plugin install --source=npm appium-inspector-plugin[!Note] Appium 3 will support this plugin as a first-class plugin with
appium plugin install inspector
Usage
- Start Appium server with the inspector plugin enabled:
appium --use-plugins=inspector --allow-cors- Access the Inspector interface by navigating to:
http://localhost:4723/inspectorDevelopment
git clonethis repositiry- Run
npm installin/path/to/appium-inspector/plugins appium plugin install --source=local /path/to/appium-inspector/plugins- Update the plugin content with
npm run build:pluginin/path/to/appium-inspector - Start Appium with
appium --use-plugins=inspector --allow-cors
Release
(TODO: add this release steps in .github/workflows/package.yml later as another PR)
- Run
npm run plugin:sync:versionto sync the version with the root project.json - Run
npm publishin/path/to/appium-inspector/pluginsto publish the module
