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.
12 lines
438 B
12 lines
438 B
*** Settings ***
|
|
Documentation \#登录后台操作系统
|
|
Library RequestsLibrary
|
|
Library urllib3
|
|
|
|
*** Test Cases ***
|
|
pwlogin
|
|
#平台登录
|
|
Disable Warnings
|
|
Create Session ZTBSC ${ztbops} ${ztbsc_ops_login_header}
|
|
${data} Create Dictionary username=${ztbsc_account} password=${ztbsc_password}
|
|
${reps} Post On Session ZTBSC recycle-service/admin/login data=${data}
|