摘要: 前提:需要 java 1.8 以上、python3环境 一、下载pytest pip install pytest 二、下载Allure Pytest Adaptor插件 pip install pytest-allure-adaptor 三、下载allure压缩包 地址:https://githu 阅读全文
posted @ 2020-07-07 17:13 Echo丶Mikasa 阅读(416) 评论(0) 推荐(0)
摘要: import base64 def image_base64(): with open(image_path, 'rb', )as f: base64_data = base64.b64encode(f.read()) image_base64_data = base64_data.decode() 阅读全文
posted @ 2020-07-07 17:02 Echo丶Mikasa 阅读(264) 评论(0) 推荐(0)