This repository was archived by the owner on Jul 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 9
9
## Features
10
10
11
11
### Complete Session Log: (IOS and Android)
12
+
12
13
Monitor all webdriver session api calls made by the test will full request and response details.
13
14
14
15
https://user-images.githubusercontent.com/20136913/153456977-6032ed52-2437-495c-afe6-6e02825354d0.mov
15
16
16
17
### Live video stream: (IOS and Android)
18
+
17
19
Watch the live video of the test execution
18
20
19
21
https://user-images.githubusercontent.com/20136913/153455978-26cb7820-bf03-47dc-a5c6-af26724efe2c.mp4
20
22
21
23
### Device Logs: (IOS and Android)
24
+
22
25
View device logs from android(logcat) and Ios(syslogs) devices/emulators.
23
26
24
27
### App Profiling: (Android)
28
+
25
29
Get insignts on the performance of the application by analysing the CPU and Memory usage during the test execution.
26
30
27
- ![ Screenshot 2022-02-10 at 10 32 17 PM] ( https://user-images.githubusercontent.com/20136913/153458372-3d572b6a-04f1-4396-8440-667f6a6226e6.png )
31
+ ![ Screenshot 2022-02-10 at 10 32 17 PM] ( https://user-images.githubusercontent.com/20136913/153458372-3d572b6a-04f1-4396-8440-667f6a6226e6.png )
28
32
29
33
### Network Logs: (Android)
30
- Monitor the network requests made by native/hybrid appilcation(inside WebView) and web based tests that runs on chrome browser
34
+
35
+ Monitor the network requests made by native/hybrid appilcation(inside WebView) and web based tests that runs on chrome browser
31
36
32
37
https://user-images.githubusercontent.com/20136913/153460750-7dd49ef6-4451-464a-8084-f18a3d128b40.mov
33
38
39
+ ### Execute webdriver.io scripts: (Android & IOS)
40
+
41
+ Ability to run webdriver.io script on a running session for better debugging.
42
+
43
+ https://user-images.githubusercontent.com/20136913/155574091-aedd55cc-63ef-4a9a-b659-e8f273a71674.mp4
44
+
34
45
### And lot more yet to come....
35
46
36
47
## Installation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appium-dashboard" ,
3
- "version" : " v1.0.0-beta.11 " ,
3
+ "version" : " v1.0.0-beta.12 " ,
4
4
"description" : " Appium plugin to view session execution details via detailed dashboard" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appium-dashboard-web" ,
3
- "version" : " 1.0.0-beta.11 " ,
3
+ "version" : " 1.0.0-beta.12 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@blueprintjs/core" : " ^3.51.3" ,
You can’t perform that action at this time.
0 commit comments