21 Star 145 Fork 27

hesj/Selenium 自动化测试框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
hesj 提交于 2021-12-22 21:48 . 生成报告时间目录保持一致
import os
import time
import pytest
if __name__ == '__main__':
now = time.strftime("%Y%m%d%H%M%S", time.localtime())
path = "./report/" + now + "/"
pytest.main(["--alluredir=" + path])
# 调用系统命令 生成测试报告到指定目录
os.system("allure generate " + path + " -o allure-report/html/" + now)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hesj811/wms-web-ui-pytest.git
git@gitee.com:hesj811/wms-web-ui-pytest.git
hesj811
wms-web-ui-pytest
Selenium 自动化测试框架
master

搜索帮助