You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some changes into the plugin code and then followed the same instructions to uninstall the production version plugin and then run clean & build scripts and thereafter used the same version to restart appium server with the altunity plugin but the plugin isn't getting activated after that.
Appium Logs when plugin is enabled with the provided flags,
➜ appium-altunity-plugin git:(master) ✗ appium --use-plugins=altunity
[Appium] Welcome to Appium v2.0.0 (REV 9600617c52d0d2e48493424c529ac6c945d2775b)
[Appium] Non-default server args:
[Appium] {
[Appium] usePlugins: [
[Appium] 'altunity@1.3.3'
[Appium] ]
[Appium] }
[Appium] Attempting to load driver uiautomator2...
[debug] [Appium] Requiring driver at /Users/bipinchaurasia/Documents/github/appium-altunity-plugin/node_modules/appium-uiautomator2-driver
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLS in your client code to connect to this server:
[Appium] http://127.0.0.1:4723/ (only accessible from the same host)
[Appium] http://172.17.24.170:4723/
[Appium] http://192.0.2.1:4723/
[Appium] Available drivers:
[Appium] - uiautomator2@2.29.2 (automationName 'UiAutomator2')
[Appium] Available plugins:
[Appium] - altunity@1.3.3
[Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate
The text was updated successfully, but these errors were encountered:
Not sure what you're trying to report is going on here. Are you wanting to use a developer branch of this plugin? In that case, simply run npx appium --use-plugins=altunity from within this repo's directory and appium will find this plugin
I made some changes into the plugin code and then followed the same instructions to uninstall the production version plugin and then run clean & build scripts and thereafter used the same version to restart appium server with the altunity plugin but the plugin isn't getting activated after that.
The version was changed to
1.3.3
from1.3.2
.List Installed Plugins,
Appium Logs when plugin is enabled with the provided flags,
The text was updated successfully, but these errors were encountered: