karthikjj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging of tests.

Sample Preview

Check the sample video here

Screenshot

Installation

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

Plugin Activation

Once the installion is done, the plugin needs to be activated each time when the appium server is started using below command

appium --plugins=appium-dashboard

Now navigate to http://localhost:4723/dashboard to open the client 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.

About

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.


Languages

Language:TypeScript 71.8%Language:JavaScript 16.4%Language:CSS 10.8%Language:HTML 1.0%Language:Shell 0.1%