All Projects → sudharsan-selvaraj → appium-dashboard-plugin

sudharsan-selvaraj / appium-dashboard-plugin

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to appium-dashboard-plugin

Appium
This is Chirag... and this Repo for Appium code...... You can see Appium tutorial video at given you tube channel
Stars: ✭ 23 (-71.95%)
Mutual labels:  appium, appium-ios, appium-android, appium-framework
AppiumGrid
A framework for running appium tests in parallel across devices and also on desktop browser... U like it STAR it !!
Stars: ✭ 17 (-79.27%)
Mutual labels:  appium, appium-android, appium-framework
OneFramework
Automation for iOS, Android, & Web Apps with one codebase. Like it, Star it & spread the word !!!
Stars: ✭ 46 (-43.9%)
Mutual labels:  appium, appium-ios, appium-android
SHAFT ENGINE
SHAFT is an MIT licensed test automation engine. Powered by best-in-class frameworks like Selenium WebDriver, Appium & RestAssured it provides a wizard-like syntax to increase productivity, and built-in wrappers to eliminate boilerplate code and to ensure your tests are extra stable and your results are extra reliable.
Stars: ✭ 170 (+107.32%)
Mutual labels:  appium, appium-framework
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+108.54%)
Mutual labels:  appium-ios, appium-android
appium-device-farm
This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
Stars: ✭ 124 (+51.22%)
Mutual labels:  appium, appium-plugin
python-appium-framework
Complete Python Appium framework in 360 degree
Stars: ✭ 43 (-47.56%)
Mutual labels:  appium, appium-framework
robotframework-zoomba
Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.
Stars: ✭ 121 (+47.56%)
Mutual labels:  appium, appium-framework
web-ui
python+selenium+pytest+allure UI 自动化框架
Stars: ✭ 199 (+142.68%)
Mutual labels:  appium
java-e2e-test-example
An complete example of a pipeline focusing on API and UI (mobile and web) tests.
Stars: ✭ 18 (-78.05%)
Mutual labels:  appium
Teaspoon
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
Stars: ✭ 1,443 (+1659.76%)
Mutual labels:  browserstack
appium-driver-codeception
Appium Driver for codeception
Stars: ✭ 19 (-76.83%)
Mutual labels:  appium
sonic-server-simple
🎉Simple of Sonic cloud real machine testing platform. Sonic云真机测试平台单机版。
Stars: ✭ 381 (+364.63%)
Mutual labels:  appium
Zalenium
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
Stars: ✭ 2,381 (+2803.66%)
Mutual labels:  browserstack
appium-java-repl
Simple Java REPL for controlling mobile apps through Appium.
Stars: ✭ 20 (-75.61%)
Mutual labels:  appium
aquality-selenium-java
Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
Stars: ✭ 41 (-50%)
Mutual labels:  browserstack
Excited-Gem
An Extension to manage your tabs and other browser-related features.
Stars: ✭ 18 (-78.05%)
Mutual labels:  browserstack
go-ios
This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.
Stars: ✭ 415 (+406.1%)
Mutual labels:  appium-ios
carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (+695.12%)
Mutual labels:  appium
ios-ui-automation-overview
An overview of popular iOS UI testing solutions.
Stars: ✭ 23 (-71.95%)
Mutual labels:  appium

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

Features

Complete Session Log: (IOS and Android)

Monitor all webdriver session api calls made by the test will full request and response details.

text.logs.mov

Live video stream: (IOS and Android)

Watch the live video of the test execution

video_stream.mp4

Device Logs: (IOS and Android)

View device logs from android(logcat) and Ios(syslogs) devices/emulators.

App Profiling: (Android)

Get insignts on the performance of the application by analysing the CPU and Memory usage during the test execution.

Screenshot 2022-02-10 at 10 32 17 PM

Network Logs: (Android)

Monitor the network requests made by native/hybrid appilcation(inside WebView) and web based tests that runs on chrome browser

http_log.1.mov

Execute webdriver.io scripts: (Android & IOS)

Ability to run webdriver.io script on a running session for better debugging.

editor.mp4

And lot more yet to come....

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 --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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].