You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
443 B
16 lines
443 B
*** Settings ***
|
|
Suite Setup Set Library Search Order AppiumLibrary | Selenium2Library
|
|
Library AppiumLibrary
|
|
Resource LoginResource.robot
|
|
|
|
*** Test Cases ***
|
|
LoginTest
|
|
Open Application http://127.0.0.1:4723/wd/hub platformName=Android platformVersion=11 deviceName=Z9Z5YTCIU8NRAQZX
|
|
sleep 10
|
|
Close Application
|
|
|
|
Plogin
|
|
Given 用户打开小程序
|
|
Then 手机验证码登录
|
|
|
|
WLogin
|