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
610 B

*** Settings ***
Library urllib3
Library String
Library Collections
Library RequestsLibrary
*** Keywords ***
游客登录${dating}平台
#游客登录婚介平台
Disable Warnings
Create Session dating ${${dating}.dating域名} ${${dating}.CHeader}
${reps} GET On Session dating /dating-agency-service/user/get/marriage-information/tourist-recommend
${message} Get From Dictionary ${reps.json()} message
Should Be Equal As Strings ${message} successful
征婚人登录${dating}平台后查看相亲推荐页面