# pytest_cms **Repository Path**: b_zone/pytest_cms ## Basic Information - **Project Name**: pytest_cms - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 上品折扣 CMS-Web 自动化测试 ## 注意点 1. 如何切换测试环境,项目中有; 2. 弹窗一闪而过是如何定位元素,使用[冻结页面](https://www.byhy.net/tut/auto/selenium/skills_2/#%E5%86%BB%E7%BB%93%E7%95%8C%E9%9D%A2); 3. 读取yaml 或者json 文件生成测试数据,做到数据驱动测试; 4. 使用allure 标注测试并生成测试报告 ## 具体流程 1. 搭建框架 2. 测试用例; 3. 测试套件 4. 运行测试项目; 5. 生成测试报告 6. 通过邮件或钉钉、微信等通知相关人员 > 如何与 Jenkins 集成也是一个关键点