摘要:
代码段中的使用SKIP: { skip "JIRA Server is unavailable",1 if $rets[0] == ERR_SERVER_UNAVAILABLE; is($rets[0], SUCCESS, "Validate jira ticket existence in ... 阅读全文
摘要:
use curl for rest apicurl -u username:password-X GET -H"Content-Type: application/json" restapi addressexample :curl -u username:password -X GET -H"Co... 阅读全文
摘要:
在linux中会有man git,则显示相应git的帮助文档,这类帮助文档通过一些tag来书写,本文对其用法进行简要概述 man文件的后缀为1,运行man xx.1即运行该man man git -w 查看该help doc的源文件位置 .SH tag .TH title \ 取消特殊含义 .B b 阅读全文