Ai
1 Star 0 Fork 5

左宁/Playwright+Pytest+Allure测试UI自动化框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
KrityCat 提交于 2024-03-23 23:38 +08:00 . playwright自动化框架
import os
import pytest
if __name__ == "__main__":
pytest.main()
os.system("allure generate ./reports/tmp -o ./reports/UIReport --clean")
# AllureHTML
os.system("allure serve ./reports/tmp")
# os.system('allure open -h 127.0.0.1 -p 8083 ./reports/UIReport')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simino/PPA-UI-Automation.git
git@gitee.com:simino/PPA-UI-Automation.git
simino
PPA-UI-Automation
Playwright+Pytest+Allure测试UI自动化框架
master

搜索帮助