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