We have successfully integrated the dashboard with the appium-device-farm plugin. As a result, I am now archiving this repository. I highly recommend that everyone begin using appium-device-farm from now on. For any new feature requests or bugs, please create an issue directly in the device farm repository. Thank you everyone for your support!!!
Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging of tests.
Monitor all webdriver session api calls made by the test will full request and response details.
text.logs.mov
Watch the live video of the test execution
video_stream.mp4
View device logs from android(logcat) and Ios(syslogs) devices/emulators.
Get insignts on the performance of the application by analysing the CPU and Memory usage during the test execution.
Monitor the network requests made by native/hybrid appilcation(inside WebView) and web based tests that runs on chrome browser
http_log.1.mov
Ability to run webdriver.io script on a running session for better debugging.
editor.mp4
This plugin requires Appium version 2.0. Once appium 2.0 is installed, run the bellow command to install the plugin
appium plugin install --source=npm appium-dashboard
Once the installion is done, the plugin needs to be activated each time when the appium server is started using below command
appium --use-plugin=appium-dashboard
Now navigate to http://localhost:4723/dashboard
to open the web app which will show the complete list of tests and its details that are being executed.
NOTE: This plugin is still in beta phase and heavy testing is being done to eliminate all possible issues along with lot other new features.
Name | Type | Description | Example |
---|---|---|---|
dashboard:name | string | Custom name for the session | {"dashboard:name" : Sample login test } |
dashboard:enableLiveVideo | boolean | if true live video of the execution will be streamed from the dashboard |
defaults to true |
dashboard:enableVideoRecording | boolean | if true , video recording of the session can be viewd from the dashboard after the session is killed |
defaults to true |