# webui_po **Repository Path**: yihanglee/webui_po ## Basic Information - **Project Name**: webui_po - **Description**: Web UI auto test framework - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web UI Auto Test Framework ## Author yihanglee ## Date 2020-06 ## Description: A auto test framework, use Page Object ## Modules - selenium - unittest - logging - openpyxl==2.3.3 - BeautifulReport - ddt ## Directory Introduction - config:配置文件 - data:数据文件 - demo:调试文件 - drivers:浏览器驱动 - img:截图 - log:日志 - report:报告 - test:测试 - case:用例 - common:公共业务 - page:页面元素及操作 - utils:扩展工具 - run.py:执行主文件