# bred **Repository Path**: harveyMaxwell/web-automated-testing ## Basic Information - **Project Name**: bred - **Description**: pytest+selenium+allure webui自动化测试 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目录说明 base 基类模板 config 相关配置文件 operate 业务相关操作 report 生成测试报告 result 测试报告数据存储 screenshot 异常截图 testcase 单个用例 testsuite 用例集合 util 工具类 venv 虚拟环境 1.git clone 项目到本地 2.cmd 进入项目目录下(以我本地路径为例) cd D:\PythonProject\gitee\web-automated-testing> 执行 pip install -r requirements.txt 3.本地安装jdk,配置环境变量 需jdk1.8以上 4.解压allure包, 配置环境变量 5.下载浏览器相对应webdriver 并在main中配置 启动run.py