We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请求地址: $url/get/userInfo header信息 token=${get_token()}
$url/get/userInfo header
请求地址: /get/userInfo url在环境在定义好,token在环境中调用hook函数先获取好,因为很多借口需要用到token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请求地址: $url/get/userInfo header信息 token=${get_token()}
$url/get/userInfo header
就能动态切换环境请求地址: /get/userInfo url在环境在定义好,token在环境中调用hook函数先获取好,因为很多借口需要用到token
设置header的content-type等信息.但是用例集是可以读取配置.token是可以通过配置来获取.无需在用例中获取...这样就导致写用例的时候,需要写删除掉api中的获取token的函数,来避免重复获取token.
The text was updated successfully, but these errors were encountered: