Skip to main content

元心智能移动操作系统UI自动化测试框架

  • 适用与SyberOS5.0及以上版本,包括5.5及以上的安卓兼容版本。
  • 推荐适用环境:python3.8+ubuntu1804/MacOS。python3版本过高或过低可能存在依赖安装失败的问题。

安装

1.更新pip工具至最新版本:

python3.8 -m pip install --upgrade pip

2.安装uitestrunner-syberos:

python3.8 -m pip install uitestrunner-syberos

如果在中国大陆下载太慢的话可以换源,在命令后面添加参数-i https://mirrors.aliyun.com/pypi/simple/

快速开始

1.准备设备。确保设备已经连接至电脑,并开启USB调试模式。通过ssh或adb/cdb等方式登录设备。执行命令以开启UI自动化测试服务guiautotestd:

guiautotest-ctl enable
reboot
  • ssh用户名密码默认为developer,密码为system
  • 每台设备只需要执行一次即可。执行后设备会自动重启。

2.连接及测试。SyberOS设备的USB端口一般默认为rndis模式,设备地址为192.168.100.100,guiautotestd服务端口为10008。通过浏览器访问http://192.168.100.100:10008,即可打开UIMonitor界面如下图: 图片访问失败

  • UIMonitor工具用于以可视化的方式查看设备上的UI元素的布局信息,以及各个元素的详细属性信息和定位信息等。同时也支持一定的远程控制功能,如屏幕的点击、滑动等操作。
  • 部分SyberOS的设备可能根据项目要求的不同而使用了其它USB端口模式,如adb、cdb等。如果是此种情况应通过adb/cdb工具的端口转发功能将guiautotestd的服务端口映射到本地。命令示例如下:
    adb forward tcp:10008 tcp:10008
    
    此时则改由通过http://127.0.0.1:10008访问UIMonitor。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uitestrunner_syberos-3.1.1.tar.gz (61.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uitestrunner_syberos-3.1.1-py3-none-any.whl (61.5 MB view details)

Uploaded Python 3

File details

Details for the file uitestrunner_syberos-3.1.1.tar.gz.

File metadata

  • Download URL: uitestrunner_syberos-3.1.1.tar.gz
  • Upload date:
  • Size: 61.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for uitestrunner_syberos-3.1.1.tar.gz
Algorithm Hash digest
SHA256 b026657fa1760d8e77a4856ba7254d7a7dae688c3f728ddffb4ea97d5f86b7ec
MD5 ff0c5973df67b1c4fa5f84a52c0a06c2
BLAKE2b-256 4eae74ed421026f7f4516d60474c56ac9410b84325ec181b7ff1e3fb3ebe2114

See more details on using hashes here.

Provenance

The following attestation bundles were made for uitestrunner_syberos-3.1.1.tar.gz:

Publisher: python-publish.yml on jinzhe0094/uitestrunner_syberos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uitestrunner_syberos-3.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for uitestrunner_syberos-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 849172d7e54035ef92dc26690d7800e61553e453d25898e9c7c81f64fbd96f96
MD5 8f7c4665cdcf7a3838e27a662012e9d1
BLAKE2b-256 f969592c970b6195ac062fcd68dbf65554969bf590f60401fcf0dbc0e6f95385

See more details on using hashes here.

Provenance

The following attestation bundles were made for uitestrunner_syberos-3.1.1-py3-none-any.whl:

Publisher: python-publish.yml on jinzhe0094/uitestrunner_syberos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

3.1.1 This release

2 files

3.1.0

2 files

3.0.11

2 files

3.0.10

2 files

3.0.9

2 files

3.0.8

2 files

3.0.7

2 files

3.0.6

2 files

3.0.5

2 files

2.19.7

2 files

2.18.5

2 files

2.17.4

2 files

2.16.0

2 files

2.15.2

2 files

2.14.0

2 files

2.13.1

2 files

2.12.1

2 files

2.11.0

2 files

2.10.1

2 files

2.9.2

2 files

2.8.3

2 files

2.7.9

2 files

2.6.6

2 files

2.5.13

2 files

2.5.8

2 files

2.5.4

2 files

2.5.1

2 files

2.5.0

2 files

2.4.0

2 files

2.3.5

2 files

2.3.3

2 files

2.3.2

2 files

2.3.1

2 files

2.3.0

2 files

2.2.11

2 files

2.2.10

2 files

2.2.9

2 files

2.2.8

2 files

2.2.7

2 files

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.6

2 files

2.1.0

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

1.1.8

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0

2 files

0.32.6

2 files

0.32.5

2 files

0.32.4

2 files

0.32.3

2 files

0.32.2

2 files

0.32.1

2 files

0.32

2 files

0.31.1

2 files

0.31

2 files

0.30.2

2 files

0.30.1

2 files

0.30

2 files

0.29.1

2 files

0.29

2 files

0.28.1

2 files

0.27.1

2 files

0.27

2 files

0.26

2 files

0.25

2 files

0.24

2 files

0.23

2 files

0.22

2 files

0.21

2 files

0.20

2 files

0.19

2 files

0.18

2 files

0.17

2 files

0.16

2 files

0.15

2 files

0.14

2 files

0.13

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page