qatools 0.1.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

qatools 0.1.3

QA

QA is an advanced tool for Android testing!

Install
pip3 install -U qatools -i https://pypi.tuna.tsinghua.edu.cn/simple

Description
usage: qa [-h] [-v] {clear,info,adb,remote,proxy,unproxy} ...

QA is an advanced tool for Android testing! Created: Lijiawei. Version 0.0.8

positional arguments:
{clear,info,adb,remote,proxy,unproxy}
sub-command help
clear clear app cache data.
info show app setting page.
adb complete adb debugging capability.
remote open Android device remote debugging port(5555).
proxy enable device global proxy(172.17.30.10:8888).
unproxy disable device global proxy.

optional arguments:
-h, --help show this help message and exit
-v, --version show version

Clear

Clear app cache data

qa clear com.test.app

Info

Show app info

qa info com.test.app

Adb

Complete adb debugging capability

qa adb

Remote

Open Android device remote debugging port(5555)

qa remote

Proxy

Enable device global proxy

# default proxy port is 8888
qa proxy

# custom proxy port
qa proxy 5555

Unproxy

Disable device global proxy

qa unproxy

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.