mirror of
https://github.com/appium/appium.git
synced 2026-02-10 20:09:49 -06:00
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
*** Settings ***
|
|
Resource test_android_contact_resource.txt
|
|
|
|
*** Test Cases ***
|
|
add_contact
|
|
[Documentation] demo for android_contacts(https://github.com/appium/appium/blob/master/sample-code/examples/python/android_contacts.py)
|
|
[Tags] demo
|
|
add new contact Appium User someone@appium.io 5555555555
|
|
Page Should Contain Text Appium User
|