# UI-Pytest **Repository Path**: eva-liu/UI-Pytest ## Basic Information - **Project Name**: UI-Pytest - **Description**: 基于 Pytest 搭建的 UI 自动化测试框架,使用 python + pytest +selenium + allure,可在其基础上进行扩展。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2021-06-13 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Pytest搭建的UI自动化测试框架 可在其基础上进行扩展和延申。 ## 技术栈 测试工具(UI操作): * python + selenium 测试框架(管理用例、执行用例、断言): * pytest 数据驱动(参数化): * yaml 关键字驱动(函数化) * excel 生成测试报告: * allure