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