# web-test **Repository Path**: starrystar-tech/web-test ## Basic Information - **Project Name**: web-test - **Description**: UI自动化测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-26 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## pytest+selenium+allure2框架 ### 项目架构 - common:excel读写、webdriver驱动、case执行、log工具类等 - config:配置文件 - data:规范化的excel用例 - logs:测试日志 - reports:allure测试报告 - screen:截屏文件 - testcase:测试story - runCase.py:运行 ### yaml配置文件 - logging.yaml 配置日志输出格式 ### allure常用函数 - allure.severity("优先级") - allure.feature("模块名") - allure.story("功能名") - allure.step("步骤") - allure.attach("用例参数") ### allure.bat配置环境变量 - allure-2.7.0/bin ======= # web-test