mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-05 15:59:33 +08:00
refactor: enter live
This commit is contained in:
@@ -1,15 +1,35 @@
|
||||
# World Cup Live
|
||||
|
||||
```bash
|
||||
$ wcl -n "法国vs丹麦" --android com.ss.android.ugc.aweme -d 120
|
||||
```text
|
||||
$ wcl -h
|
||||
Monitor FIFA World Cup Live
|
||||
|
||||
Usage:
|
||||
wcl [flags]
|
||||
|
||||
Flags:
|
||||
--android string run android app
|
||||
-d, --duration int set duration in seconds (default 30)
|
||||
-h, --help help for wcl
|
||||
-i, --interval int set interval in seconds (default 15)
|
||||
--ios string run ios app
|
||||
-l, --log-level string set log level (default "INFO")
|
||||
-n, --match-name string specify match name
|
||||
-p, --perf strings specify performance monitor, e.g. sys_cpu,sys_mem,sys_net,sys_disk,fps,network,gpu
|
||||
-u, --uuid string specify device serial or udid
|
||||
-v, --version version for wcl
|
||||
```
|
||||
|
||||
|
||||
抖音:
|
||||
```bash
|
||||
$ wcl -n "法国vs丹麦" --android com.ss.android.ugc.aweme -d 300 -i 15 -u caf0cd51
|
||||
$ wcl -n "比利时vs摩洛哥" --ios com.ss.iphone.ugc.Aweme -d 300 -i 15 -p sys_cpu,sys_mem,sys_disk,sys_net,fps,network,gpu -u 00008030-000438191421802E
|
||||
```
|
||||
|
||||
- com.ss.iphone.ugc.Aweme
|
||||
- com.ss.android.ugc.aweme
|
||||
## bundle id
|
||||
|
||||
央视频:
|
||||
|
||||
咪咕视频:
|
||||
| app | iOS | Android |
|
||||
| -- | -- | -- |
|
||||
| 抖音 | com.ss.iphone.ugc.Aweme | com.ss.android.ugc.aweme |
|
||||
| 央视频 | com.cctv.yangshipin.app.iphone | com.cctv.yangshipin.app.androidp |
|
||||
| 咪咕视频 | com.wondertek.hecmccmobile | com.cmcc.cmvideo |
|
||||
|
||||
Reference in New Issue
Block a user