Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XixianLiang committed Aug 17, 2024
1 parent 67be8e6 commit 5bbd58c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ It can send random or scripted input events to test an HarmonyOS app, achieve hi

:boom: Support both Android and HarmonyOS devices. Use the flag `-is_harmonyos` to specify the target system.

:boom: Source code improvment. Easier to read and debug. Added typing to the source code and colorized the log. Use `-debug` flag to print the debug level log to the terminal!
:boom: Source code improvement. Easier to read and debug. Added typing to the source code and colorized the log. Use `-debug` flag to print the debug level log to the terminal!

:boom: Use `-log` flag to get the hilog from the device. Check it in the report directory!

## Future Develop plan
:negative_squared_cross_mark: Better layout dump. Currently HMDroidbot uses hdc cmd to dump hierachy, which is inefficient and has highly hindered the testing effect. In the near future, we will try to make full use of the HarmonyOS sdk to accelerate this progress. Please keep an eye on our project.

:negative_squared_cross_mark: We're doing static analysis among harmonyOS apps. Some harmonyOS-specific criteria like page-cov will be added into this project.

:negative_squared_cross_mark: HDC cmd is not allowed to reset the text. The sending text action is not implemented and will be supported soon.

## Prerequisite

1. `Python 3.10+`
Expand Down Expand Up @@ -54,7 +47,7 @@ If successfully installed, you should be able to execute `droidbot -h`.
bash run_sample.sh
```

2. **Start HMDroidBot:**
2. **Start HMDroidbot:**

Basic command
```bash
Expand Down

0 comments on commit 5bbd58c

Please sign in to comment.