mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
update
This commit is contained in:
parent
a9ec18af72
commit
91db2e3c46
2 changed files with 2 additions and 4 deletions
3
tests/data/andriod_assistant/.gitignore
vendored
3
tests/data/andriod_assistant/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
!*.png
|
||||
!*.png
|
||||
unitest_Contacts
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue