# WebUiDo **Repository Path**: xiaoxinai/WebUiDo ## Basic Information - **Project Name**: WebUiDo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-UI 自动化测试示例 --- ## 框架设计 - pytest - selenium - POM 模型 --- ## 目录结构 common ——公共类 Page ——基类 PageElements ——页面元素类 PageObject ——页面对象类 TestCase ——测试用例 conf.py ——各种固定配置 conftest.py ——pytest胶水文件 pytest.ini ——pytest配置文件 --- ## 运行 - `cd 项目目录` * MacOS 或 Linux - 在命令行输入`sh run_mac.sh`即可运行 * Windows - 在命令行输入`run_mac.bat`即可运行 # allure参数说明 - allure --alluredir - allure generate - -c 生成报告前删除上一次生成的报告 - -o 指定生成的报告目录 - allure open