diff --git a/tests/data/andriod_assistant/.gitignore b/tests/data/andriod_assistant/.gitignore index dab149842..0230c3f46 100644 --- a/tests/data/andriod_assistant/.gitignore +++ b/tests/data/andriod_assistant/.gitignore @@ -1 +1,2 @@ -!*.png \ No newline at end of file +!*.png +unitest_Contacts \ No newline at end of file diff --git a/tests/metagpt/ext/android_assistant/test_an.py b/tests/metagpt/ext/android_assistant/test_an.py index a889cad96..d4f398337 100644 --- a/tests/metagpt/ext/android_assistant/test_an.py +++ b/tests/metagpt/ext/android_assistant/test_an.py @@ -61,14 +61,11 @@ if __name__ == "__main__": env=test_env_self_learn_android, ), test_manual_record.run( - # demo_name=DEMO_NAME, task_dir=TASK_PATH / "demos" / f"manual_record_{DEMO_NAME}", task_desc="Create a contact in Contacts App named zjy with a phone number +86 18831933368 ", env=test_env_manual_learn_android, ), test_manual_parse.run( - app_name="Contacts", - # demo_name=DEMO_NAME, task_dir=TASK_PATH / "demos" / f"manual_record_{DEMO_NAME}", # 修要修改 docs_dir=PARSE_RECORD_DOC_PATH, # 需要修改 env=test_env_manual_learn_android,