# apiauto **Repository Path**: song-baoguo/apiauto ## Basic Information - **Project Name**: apiauto - **Description**: api自动化脚本,目前数据关联还没有处理好 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-27 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 命令行输入 运行测试 1.安装依赖 pip install -r requirements.txt 2.执行测试 # 普通运行 pytest # 多线程运行(4个进程) pytest -n 4 # 生成 Allure 报告 pytest --alluredir=./allure-results allure serve ./allure-results 全部运行 pytest 若终端单独运行一个py文件,命令如 pytest test_cases/test_lable.py