# python-selenium **Repository Path**: DollyLee/python-selenium ## Basic Information - **Project Name**: python-selenium - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-29 - **Last Updated**: 2020-12-16 ## 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 执行脚本。