pytest 参数化和allure注解(持续更新)

前提条件:个人用例是写在xlsx里面的。(接口和测试读取方法同样)html   首先,读取xlsx用例文件sql import xlrd,json def getCase(filepath,index): try: file = xlrd.open_workbook(filepath) me = file.sheets()[index] n
相关文章
相关标签/搜索