简单Web UI 自动化测试框架 seldom
pyse 更名为 seldom WebUI automation testing framework based on Selenium and unittest. 基于 selenium 和 unittest 的 Web UI自动化测试框架。 特点 提供更加简单API编写自动化测试。 提供脚手架,快速生成自动化测试项目。 自动生成HTML测试报告生成。 自带断言方法,断言title、URL 和 text。 支持用例参数化。 支持用例失败重跑。 用例失败/错误截图。 安装 > pip install seldom If you want to keep up with the latest version, you can install with github repository url: > pip install -U git+https://github.com/defnngj/seldom.git@master Quick Start 1、查看帮助: > seldom -h usage: seldom [-h] [-V] [--startproject STARTPROJECT] [-r R] WebUI automation testing framework based on Selenium. optional arguments: -h, --help show