# python-selenium **Repository Path**: liwanlei/python-selenium ## Basic Information - **Project Name**: python-selenium - **Description**: selenium UI自动化测试框架 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2022-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python+selenium +HTMLTestRunner自动化测试 ## python 3 +selenium3 +HTMLTestRunner(python3版本) ### 使用的框架是python自带的unittest。使用ddt数据驱动,Excel管理测试用例 ### bussinses 公共的逻辑模块编写 ### data存放测试用例,界面定位元素 ### report存放测试报告 ### case存放测试用例。 ### log 存放测试过程中的测试日志 ### resultpang存放测试过程中的截图 ### suite 测试用例集 ### util 公共模块 ### run.py 执行脚本。