Kea2-python 0.2.3__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of Kea2-python might be problematic. Click here for more details.
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/PKG-INFO +13 -7
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/SOURCES.txt +2 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/PKG-INFO +13 -7
- {kea2_python-0.2.3 → kea2_python-0.2.5}/README.md +12 -6
- kea2_python-0.2.5/kea2/assets/monkeyq.jar +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/bug_report_generator.py +447 -79
- kea2_python-0.2.5/kea2/cli.py +226 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/fastbotManager.py +1 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/keaUtils.py +2 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/kea_launcher.py +2 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/logWatcher.py +13 -1
- kea2_python-0.2.5/kea2/report_merger.py +651 -0
- kea2_python-0.2.5/kea2/templates/bug_report_template.html +3169 -0
- kea2_python-0.2.5/kea2/templates/merged_bug_report_template.html +2547 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/pyproject.toml +1 -1
- kea2_python-0.2.3/kea2/assets/monkeyq.jar +0 -0
- kea2_python-0.2.3/kea2/cli.py +0 -115
- kea2_python-0.2.3/kea2/templates/bug_report_template.html +0 -1247
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/dependency_links.txt +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/entry_points.txt +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/requires.txt +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/top_level.txt +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/LICENSE +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/__init__.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/absDriver.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/adbUtils.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot-thirdpart.jar +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/abl.strings +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/awl.strings +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.config +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.strings +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/widget.block.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/framework.jar +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/kea2-thirdpart.jar +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/quicktest.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/resultSyncer.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/u2Driver.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/utils.py +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/setup.cfg +0 -0
- {kea2_python-0.2.3 → kea2_python-0.2.5}/tests/test_u2Selector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Kea2-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: A python library for supporting and customizing automated UI testing for mobile apps
|
|
5
5
|
Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -18,22 +18,23 @@ Dynamic: license-file
|
|
|
18
18
|
[](https://pepy.tech/projects/kea2-python)
|
|
19
19
|

|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
<div>
|
|
23
|
-
<img src="https://github.com/user-attachments/assets/
|
|
22
|
+
<img src="https://github.com/user-attachments/assets/84e47b87-2dd2-4d7e-91d1-e8c1d1db0cf4" style="border-radius: 14px; width: 20%; height: 20%;"/>
|
|
24
23
|
</div>
|
|
25
24
|
|
|
25
|
+
The group has reached its capacity. Please contact Xixian Liang at [xixian@stu.ecnu.edu.cn](xixian@stu.ecnu.edu.cn) with your Wechat ID / QR code to be invited to the WeChat group.
|
|
26
|
+
|
|
26
27
|
### Github repo link
|
|
27
28
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
28
29
|
|
|
29
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
30
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
30
31
|
|
|
31
32
|
## About
|
|
32
33
|
|
|
33
34
|
Kea2 is an easy-to-use tool for fuzzing mobile apps. Its key *novelty* is able to fuse automated UI testing with scripts (usually written by human), thus empowering automated UI testing with human intelligence for effectively finding *crashing bugs* as well as *non-crashing functional (logic) bugs*.
|
|
34
35
|
|
|
35
36
|
Kea2 is currently built on top of [Fastbot](https://github.com/bytedance/Fastbot_Android), *an industrial-strength automated UI testing tool*, and [uiautomator2](https://github.com/openatx/uiautomator2), *an easy-to-use and stable Android automation library*.
|
|
36
|
-
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
38
|
|
|
38
39
|
## Novelty & Important features
|
|
39
40
|
|
|
@@ -59,7 +60,11 @@ Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operatin
|
|
|
59
60
|
| **Finding crashes in deep states** | | :+1: | :+1: |
|
|
60
61
|
| **Finding non-crashing functional (logic) bugs** | | | :+1: |
|
|
61
62
|
|
|
63
|
+
## Kea2's Known Users
|
|
64
|
+
|
|
65
|
+
[OPay Business](https://play.google.com/store/apps/details?id=team.opay.pay.merchant.service) --- a financial & payment app
|
|
62
66
|
|
|
67
|
+
We are glad to hear if you are using Kea2 for your app.
|
|
63
68
|
|
|
64
69
|
## Design & Roadmap
|
|
65
70
|
Kea2 currently works with:
|
|
@@ -225,6 +230,7 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
225
230
|
- How to run Kea2 and Kea2's command line options
|
|
226
231
|
- How to find and understand Kea2's testing results
|
|
227
232
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
233
|
+
- [Common Q&A for PBT and Kea2](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
228
234
|
|
|
229
235
|
## Open-source projects used by Kea2
|
|
230
236
|
|
|
@@ -247,8 +253,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
247
253
|
Kea2 has been actively developed and maintained by the people in [ecnusse](https://github.com/ecnusse):
|
|
248
254
|
|
|
249
255
|
- [Xixian Liang](https://xixianliang.github.io/resume/) ([@XixianLiang][])
|
|
250
|
-
- Bo Ma ([@majuzi123][])
|
|
251
|
-
-
|
|
256
|
+
- [Bo Ma](https://github.com/majuzi123) ([@majuzi123][])
|
|
257
|
+
- [Cheng Peng](https://github.com/Drifterpc) ([@Drifterpc][])
|
|
252
258
|
- [Ting Su](https://tingsu.github.io/) ([@tingsu][])
|
|
253
259
|
|
|
254
260
|
[@XixianLiang]: https://github.com/XixianLiang
|
|
@@ -16,6 +16,7 @@ kea2/fastbotManager.py
|
|
|
16
16
|
kea2/keaUtils.py
|
|
17
17
|
kea2/kea_launcher.py
|
|
18
18
|
kea2/logWatcher.py
|
|
19
|
+
kea2/report_merger.py
|
|
19
20
|
kea2/resultSyncer.py
|
|
20
21
|
kea2/u2Driver.py
|
|
21
22
|
kea2/utils.py
|
|
@@ -37,4 +38,5 @@ kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so
|
|
|
37
38
|
kea2/assets/fastbot_libs/x86/libfastbot_native.so
|
|
38
39
|
kea2/assets/fastbot_libs/x86_64/libfastbot_native.so
|
|
39
40
|
kea2/templates/bug_report_template.html
|
|
41
|
+
kea2/templates/merged_bug_report_template.html
|
|
40
42
|
tests/test_u2Selector.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Kea2-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: A python library for supporting and customizing automated UI testing for mobile apps
|
|
5
5
|
Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -18,22 +18,23 @@ Dynamic: license-file
|
|
|
18
18
|
[](https://pepy.tech/projects/kea2-python)
|
|
19
19
|

|
|
20
20
|
|
|
21
|
-
|
|
22
21
|
<div>
|
|
23
|
-
<img src="https://github.com/user-attachments/assets/
|
|
22
|
+
<img src="https://github.com/user-attachments/assets/84e47b87-2dd2-4d7e-91d1-e8c1d1db0cf4" style="border-radius: 14px; width: 20%; height: 20%;"/>
|
|
24
23
|
</div>
|
|
25
24
|
|
|
25
|
+
The group has reached its capacity. Please contact Xixian Liang at [xixian@stu.ecnu.edu.cn](xixian@stu.ecnu.edu.cn) with your Wechat ID / QR code to be invited to the WeChat group.
|
|
26
|
+
|
|
26
27
|
### Github repo link
|
|
27
28
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
28
29
|
|
|
29
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
30
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
30
31
|
|
|
31
32
|
## About
|
|
32
33
|
|
|
33
34
|
Kea2 is an easy-to-use tool for fuzzing mobile apps. Its key *novelty* is able to fuse automated UI testing with scripts (usually written by human), thus empowering automated UI testing with human intelligence for effectively finding *crashing bugs* as well as *non-crashing functional (logic) bugs*.
|
|
34
35
|
|
|
35
36
|
Kea2 is currently built on top of [Fastbot](https://github.com/bytedance/Fastbot_Android), *an industrial-strength automated UI testing tool*, and [uiautomator2](https://github.com/openatx/uiautomator2), *an easy-to-use and stable Android automation library*.
|
|
36
|
-
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
38
|
|
|
38
39
|
## Novelty & Important features
|
|
39
40
|
|
|
@@ -59,7 +60,11 @@ Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operatin
|
|
|
59
60
|
| **Finding crashes in deep states** | | :+1: | :+1: |
|
|
60
61
|
| **Finding non-crashing functional (logic) bugs** | | | :+1: |
|
|
61
62
|
|
|
63
|
+
## Kea2's Known Users
|
|
64
|
+
|
|
65
|
+
[OPay Business](https://play.google.com/store/apps/details?id=team.opay.pay.merchant.service) --- a financial & payment app
|
|
62
66
|
|
|
67
|
+
We are glad to hear if you are using Kea2 for your app.
|
|
63
68
|
|
|
64
69
|
## Design & Roadmap
|
|
65
70
|
Kea2 currently works with:
|
|
@@ -225,6 +230,7 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
225
230
|
- How to run Kea2 and Kea2's command line options
|
|
226
231
|
- How to find and understand Kea2's testing results
|
|
227
232
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
233
|
+
- [Common Q&A for PBT and Kea2](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
228
234
|
|
|
229
235
|
## Open-source projects used by Kea2
|
|
230
236
|
|
|
@@ -247,8 +253,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
247
253
|
Kea2 has been actively developed and maintained by the people in [ecnusse](https://github.com/ecnusse):
|
|
248
254
|
|
|
249
255
|
- [Xixian Liang](https://xixianliang.github.io/resume/) ([@XixianLiang][])
|
|
250
|
-
- Bo Ma ([@majuzi123][])
|
|
251
|
-
-
|
|
256
|
+
- [Bo Ma](https://github.com/majuzi123) ([@majuzi123][])
|
|
257
|
+
- [Cheng Peng](https://github.com/Drifterpc) ([@Drifterpc][])
|
|
252
258
|
- [Ting Su](https://tingsu.github.io/) ([@tingsu][])
|
|
253
259
|
|
|
254
260
|
[@XixianLiang]: https://github.com/XixianLiang
|
|
@@ -4,22 +4,23 @@
|
|
|
4
4
|
[](https://pepy.tech/projects/kea2-python)
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
<div>
|
|
9
|
-
<img src="https://github.com/user-attachments/assets/
|
|
8
|
+
<img src="https://github.com/user-attachments/assets/84e47b87-2dd2-4d7e-91d1-e8c1d1db0cf4" style="border-radius: 14px; width: 20%; height: 20%;"/>
|
|
10
9
|
</div>
|
|
11
10
|
|
|
11
|
+
The group has reached its capacity. Please contact Xixian Liang at [xixian@stu.ecnu.edu.cn](xixian@stu.ecnu.edu.cn) with your Wechat ID / QR code to be invited to the WeChat group.
|
|
12
|
+
|
|
12
13
|
### Github repo link
|
|
13
14
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
14
15
|
|
|
15
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
16
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
16
17
|
|
|
17
18
|
## About
|
|
18
19
|
|
|
19
20
|
Kea2 is an easy-to-use tool for fuzzing mobile apps. Its key *novelty* is able to fuse automated UI testing with scripts (usually written by human), thus empowering automated UI testing with human intelligence for effectively finding *crashing bugs* as well as *non-crashing functional (logic) bugs*.
|
|
20
21
|
|
|
21
22
|
Kea2 is currently built on top of [Fastbot](https://github.com/bytedance/Fastbot_Android), *an industrial-strength automated UI testing tool*, and [uiautomator2](https://github.com/openatx/uiautomator2), *an easy-to-use and stable Android automation library*.
|
|
22
|
-
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
23
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
23
24
|
|
|
24
25
|
## Novelty & Important features
|
|
25
26
|
|
|
@@ -45,7 +46,11 @@ Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operatin
|
|
|
45
46
|
| **Finding crashes in deep states** | | :+1: | :+1: |
|
|
46
47
|
| **Finding non-crashing functional (logic) bugs** | | | :+1: |
|
|
47
48
|
|
|
49
|
+
## Kea2's Known Users
|
|
50
|
+
|
|
51
|
+
[OPay Business](https://play.google.com/store/apps/details?id=team.opay.pay.merchant.service) --- a financial & payment app
|
|
48
52
|
|
|
53
|
+
We are glad to hear if you are using Kea2 for your app.
|
|
49
54
|
|
|
50
55
|
## Design & Roadmap
|
|
51
56
|
Kea2 currently works with:
|
|
@@ -211,6 +216,7 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
211
216
|
- How to run Kea2 and Kea2's command line options
|
|
212
217
|
- How to find and understand Kea2's testing results
|
|
213
218
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
219
|
+
- [Common Q&A for PBT and Kea2](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
214
220
|
|
|
215
221
|
## Open-source projects used by Kea2
|
|
216
222
|
|
|
@@ -233,8 +239,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
233
239
|
Kea2 has been actively developed and maintained by the people in [ecnusse](https://github.com/ecnusse):
|
|
234
240
|
|
|
235
241
|
- [Xixian Liang](https://xixianliang.github.io/resume/) ([@XixianLiang][])
|
|
236
|
-
- Bo Ma ([@majuzi123][])
|
|
237
|
-
-
|
|
242
|
+
- [Bo Ma](https://github.com/majuzi123) ([@majuzi123][])
|
|
243
|
+
- [Cheng Peng](https://github.com/Drifterpc) ([@Drifterpc][])
|
|
238
244
|
- [Ting Su](https://tingsu.github.io/) ([@tingsu][])
|
|
239
245
|
|
|
240
246
|
[@XixianLiang]: https://github.com/XixianLiang
|
|
Binary file
|