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.

Files changed (47) hide show
  1. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/PKG-INFO +13 -7
  2. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/SOURCES.txt +2 -0
  3. {kea2_python-0.2.3 → kea2_python-0.2.5}/PKG-INFO +13 -7
  4. {kea2_python-0.2.3 → kea2_python-0.2.5}/README.md +12 -6
  5. kea2_python-0.2.5/kea2/assets/monkeyq.jar +0 -0
  6. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/bug_report_generator.py +447 -79
  7. kea2_python-0.2.5/kea2/cli.py +226 -0
  8. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/fastbotManager.py +1 -0
  9. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/keaUtils.py +2 -0
  10. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/kea_launcher.py +2 -0
  11. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/logWatcher.py +13 -1
  12. kea2_python-0.2.5/kea2/report_merger.py +651 -0
  13. kea2_python-0.2.5/kea2/templates/bug_report_template.html +3169 -0
  14. kea2_python-0.2.5/kea2/templates/merged_bug_report_template.html +2547 -0
  15. {kea2_python-0.2.3 → kea2_python-0.2.5}/pyproject.toml +1 -1
  16. kea2_python-0.2.3/kea2/assets/monkeyq.jar +0 -0
  17. kea2_python-0.2.3/kea2/cli.py +0 -115
  18. kea2_python-0.2.3/kea2/templates/bug_report_template.html +0 -1247
  19. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/dependency_links.txt +0 -0
  20. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/entry_points.txt +0 -0
  21. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/requires.txt +0 -0
  22. {kea2_python-0.2.3 → kea2_python-0.2.5}/Kea2_python.egg-info/top_level.txt +0 -0
  23. {kea2_python-0.2.3 → kea2_python-0.2.5}/LICENSE +0 -0
  24. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/__init__.py +0 -0
  25. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/absDriver.py +0 -0
  26. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/adbUtils.py +0 -0
  27. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot-thirdpart.jar +0 -0
  28. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/abl.strings +0 -0
  29. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/awl.strings +0 -0
  30. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.config +0 -0
  31. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
  32. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
  33. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.strings +0 -0
  34. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
  35. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_configs/widget.block.py +0 -0
  36. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
  37. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
  38. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
  39. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
  40. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/framework.jar +0 -0
  41. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/kea2-thirdpart.jar +0 -0
  42. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/assets/quicktest.py +0 -0
  43. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/resultSyncer.py +0 -0
  44. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/u2Driver.py +0 -0
  45. {kea2_python-0.2.3 → kea2_python-0.2.5}/kea2/utils.py +0 -0
  46. {kea2_python-0.2.3 → kea2_python-0.2.5}/setup.cfg +0 -0
  47. {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
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
  [![PyPI Downloads](https://static.pepy.tech/badge/kea2-python)](https://pepy.tech/projects/kea2-python)
19
19
  ![Python](https://img.shields.io/badge/python-3.8%2B-blue)
20
20
 
21
-
22
21
  <div>
23
- <img src="https://github.com/user-attachments/assets/36ec9f2f-a3d8-482a-9a61-4785f3278991" style="border-radius: 14px; width: 20%; height: 20%;"/>
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
- - Chen Peng ([@Drifterpc][])
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
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
  [![PyPI Downloads](https://static.pepy.tech/badge/kea2-python)](https://pepy.tech/projects/kea2-python)
19
19
  ![Python](https://img.shields.io/badge/python-3.8%2B-blue)
20
20
 
21
-
22
21
  <div>
23
- <img src="https://github.com/user-attachments/assets/36ec9f2f-a3d8-482a-9a61-4785f3278991" style="border-radius: 14px; width: 20%; height: 20%;"/>
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
- - Chen Peng ([@Drifterpc][])
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
  [![PyPI Downloads](https://static.pepy.tech/badge/kea2-python)](https://pepy.tech/projects/kea2-python)
5
5
  ![Python](https://img.shields.io/badge/python-3.8%2B-blue)
6
6
 
7
-
8
7
  <div>
9
- <img src="https://github.com/user-attachments/assets/36ec9f2f-a3d8-482a-9a61-4785f3278991" style="border-radius: 14px; width: 20%; height: 20%;"/>
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
- - Chen Peng ([@Drifterpc][])
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