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
404 B
12 lines
404 B
*** Settings ***
|
|
Documentation 工厂端登录
|
|
Library urllib3
|
|
Library Collections
|
|
Library RequestsLibrary
|
|
|
|
*** Test Cases ***
|
|
UECLogin
|
|
#UEC登录
|
|
#工厂员工账号密码
|
|
Create Session factory ${uecFactory} ${client-loginHeader}
|
|
${Information} Set Variable {"account":"${client_account}","captcha":"${client_password}","accountType":2}
|