pytest 參數化和allure註解(持續更新)

前提條件:個人用例是寫在xlsx裏面的。(接口和測試讀取方法同樣)html   首先,讀取xlsx用例文件sql import xlrd,json def getCase(filepath,index): try: file = xlrd.open_workbook(filepath) me = file.sheets()[index] n
相關文章
相關標籤/搜索