Kea2-python 0.2.2__tar.gz → 0.2.4__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.2 → kea2_python-0.2.4}/Kea2_python.egg-info/PKG-INFO +4 -5
- {kea2_python-0.2.2 → kea2_python-0.2.4}/PKG-INFO +4 -5
- {kea2_python-0.2.2 → kea2_python-0.2.4}/README.md +3 -4
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/adbUtils.py +3 -1
- kea2_python-0.2.4/kea2/assets/monkeyq.jar +0 -0
- kea2_python-0.2.4/kea2/bug_report_generator.py +828 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/cli.py +42 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/fastbotManager.py +8 -3
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/keaUtils.py +58 -53
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/kea_launcher.py +2 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/logWatcher.py +16 -2
- kea2_python-0.2.4/kea2/templates/bug_report_template.html +1654 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/u2Driver.py +2 -1
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/utils.py +14 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/pyproject.toml +1 -1
- kea2_python-0.2.2/kea2/assets/monkeyq.jar +0 -0
- kea2_python-0.2.2/kea2/bug_report_generator.py +0 -491
- kea2_python-0.2.2/kea2/templates/bug_report_template.html +0 -900
- {kea2_python-0.2.2 → kea2_python-0.2.4}/Kea2_python.egg-info/SOURCES.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/Kea2_python.egg-info/dependency_links.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/Kea2_python.egg-info/entry_points.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/Kea2_python.egg-info/requires.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/Kea2_python.egg-info/top_level.txt +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/LICENSE +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/__init__.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/absDriver.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot-thirdpart.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/abl.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/awl.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/max.config +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/max.strings +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_configs/widget.block.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/framework.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/kea2-thirdpart.jar +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/assets/quicktest.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/kea2/resultSyncer.py +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/setup.cfg +0 -0
- {kea2_python-0.2.2 → kea2_python-0.2.4}/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.4
|
|
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,21 @@ 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
|
|
|
26
25
|
### Github repo link
|
|
27
26
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
28
27
|
|
|
29
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
28
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
30
29
|
|
|
31
30
|
## About
|
|
32
31
|
|
|
33
32
|
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
33
|
|
|
35
34
|
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.
|
|
35
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
36
|
|
|
38
37
|
## Novelty & Important features
|
|
39
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Kea2-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
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,21 @@ 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
|
|
|
26
25
|
### Github repo link
|
|
27
26
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
28
27
|
|
|
29
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
28
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
30
29
|
|
|
31
30
|
## About
|
|
32
31
|
|
|
33
32
|
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
33
|
|
|
35
34
|
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.
|
|
35
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
37
36
|
|
|
38
37
|
## Novelty & Important features
|
|
39
38
|
|
|
@@ -4,22 +4,21 @@
|
|
|
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
|
|
|
12
11
|
### Github repo link
|
|
13
12
|
[https://github.com/ecnusse/Kea2](https://github.com/ecnusse/Kea2)
|
|
14
13
|
|
|
15
|
-
### [点击此处:查看中文文档](README_cn.md)
|
|
14
|
+
### [点击此处:查看中文文档](README_cn.md)
|
|
16
15
|
|
|
17
16
|
## About
|
|
18
17
|
|
|
19
18
|
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
19
|
|
|
21
20
|
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.
|
|
21
|
+
Kea2 currently targets [Android](https://en.wikipedia.org/wiki/Android_(operating_system)) apps.
|
|
23
22
|
|
|
24
23
|
## Novelty & Important features
|
|
25
24
|
|
|
@@ -161,7 +161,9 @@ class ADBStreamShell_V1(StreamShell):
|
|
|
161
161
|
if msg_type == 'output':
|
|
162
162
|
self._write_stdout(data, decode=False)
|
|
163
163
|
elif msg_type == 'exit':
|
|
164
|
-
|
|
164
|
+
# TODO : handle exit code properly
|
|
165
|
+
# self._exit_code = int(data.strip())
|
|
166
|
+
self._exit_code = 0
|
|
165
167
|
break
|
|
166
168
|
|
|
167
169
|
except Exception as e:
|
|
Binary file
|