摘要: # -*- coding: UTF-8 -*-import tracebackimport pytest'''reference#https:\\v2.hrun.org\\development\\dev-api\\#http:\\testerhome.com\\opensource_project 阅读全文
posted @ 2022-08-04 17:06 duthin 阅读(88) 评论(0) 推荐(0)
摘要: 1.txt 内容: API项目x执行环境y自动化类型y执行人y执行结果y执行不通过用例编号y排错结果y最终执行通过率 保存txt文件时需要将编码格式修改为“ANSI”,否则汉字会变成乱码 批处理命令 bb.bat @echo offmd "result\" 2>nulrem 循环数据for /f " 阅读全文
posted @ 2022-03-11 17:07 duthin 阅读(547) 评论(0) 推荐(0)