# WebUIAuto-selenium **Repository Path**: chenxiaokaitest/WebUIAuto-selenium ## Basic Information - **Project Name**: WebUIAuto-selenium - **Description**: 把selenium封装在tools base里,用最简单的方法名进行调用,tools中支持sql、dd驱动等功能,基本满足各种webui上遇到的问题,运行利用python单元测试框架pytest - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-10 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Selenium, Python, pytest ## README 赖包 #导出依赖包 #pip freeze > requirements.txt #导入依赖包 #pip install -r requirements.txt pip 安装pip install -r requirements.txt #项目描述 ui自动化 #执行 >pytest >pytest --alluredir ./report/allure_raw 导出报告 >allure serve report/allure_raw 运行allue服务 #查看报告 >repost.html展示报告