Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit a14897a

Browse files
chore: bump up version to v1.0.0-beta.12 for release
1 parent 1bfb2d2 commit a14897a

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,39 @@
99
## Features
1010

1111
### Complete Session Log: (IOS and Android)
12+
1213
Monitor all webdriver session api calls made by the test will full request and response details.
1314

1415
https://user-images.githubusercontent.com/20136913/153456977-6032ed52-2437-495c-afe6-6e02825354d0.mov
1516

1617
### Live video stream: (IOS and Android)
18+
1719
Watch the live video of the test execution
1820

1921
https://user-images.githubusercontent.com/20136913/153455978-26cb7820-bf03-47dc-a5c6-af26724efe2c.mp4
2022

2123
### Device Logs: (IOS and Android)
24+
2225
View device logs from android(logcat) and Ios(syslogs) devices/emulators.
2326

2427
### App Profiling: (Android)
28+
2529
Get insignts on the performance of the application by analysing the CPU and Memory usage during the test execution.
2630

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)
2832

2933
### 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
3136

3237
https://user-images.githubusercontent.com/20136913/153460750-7dd49ef6-4451-464a-8084-f18a3d128b40.mov
3338

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+
3445
### And lot more yet to come....
3546

3647
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-dashboard",
3-
"version": "v1.0.0-beta.11",
3+
"version": "v1.0.0-beta.12",
44
"description": "Appium plugin to view session execution details via detailed dashboard",
55
"main": "lib/index.js",
66
"scripts": {

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-dashboard-web",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.12",
44
"private": true,
55
"dependencies": {
66
"@blueprintjs/core": "^3.51.3",

0 commit comments

Comments
 (0)