1 Star 0 Fork 2

289624720/pytestapi-frame

forked from 王中/pytestapi-frame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.py 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
王中 提交于 2024-03-25 16:17 . 删除多余备注
# -*- coding: utf-8 -*-
import pytest, os
from common import send_port
# os.system('allure open -h 127.0.0.1 -p 8883 ./report/html/')
from report.send_linux.ssh_linux import send_linux
if __name__ == '__main__':
pytest.main()
os.system("allure generate ./report/xml -o ./report/allure-report --clean")
send_port.send_port_email() # 向指定邮箱地址 发送测试报告
send_linux() # 向钉钉发送测试报告通知,报告文件放在指定的linux里面
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hanlen520/pytestapi-frame.git
git@gitee.com:hanlen520/pytestapi-frame.git
hanlen520
pytestapi-frame
pytestapi-frame
master

搜索帮助