# API-Pytest **Repository Path**: com_developer/API-Pytest ## Basic Information - **Project Name**: API-Pytest - **Description**: 基于Pytest搭建的接口自动化测试框架,使用requests + pytest + allure,并集成到Jenkins。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-06-07 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Pytest搭建的接口自动化测试框架 可在其基础上进行扩展和延申。 ## 技术栈 测试工具(请求接口): * python + requests 测试框架(管理用例、执行用例、断言): * pytest 数据驱动(参数化): * yaml 生成测试报告: * allure 持续集成: * Jenkins