# automated-interface-testing **Repository Path**: sammy-flexible/automated-interface-testing ## Basic Information - **Project Name**: automated-interface-testing - **Description**: 接口自动化测试框架开发 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-16 - **Last Updated**: 2022-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目结构 ~~~ ├── api # 逻辑流程处理目录 ├── common # 公用目录 ├── config # 配置目录 ├── env_example # 环境配置文件 ├── factory # 工厂类 ├── framwork # 框架库 ├── logs #日志目录 ├── model # 模型数据目录 ├── tests # 测试目录 ├──── test_cart.py # 购物车相关测试用例 ├──── test_goods.py # 商品相关测试用例 ├──── test_index.py # 登录 -> 搜索 -> 查看详情 -> 加入购物车测试用例 └──── test_user.py # 用户相关测试用例 ~~~ #### 使用方法 > 将根目录 evn_example 文件复制一份放置到根目录并命名为 .evn 即可。