# pytest-allure **Repository Path**: zewip/pytest-allure ## Basic Information - **Project Name**: pytest-allure - **Description**: pytest-allure - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-11 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、安装allure、Python3.8 2、pip install -r requirements.txt 3、python start.py 4、allure serve report_json/ excel书写规则: 1、按照case.xlsx模板写 2、assert必须以[{}]这个的格式书写 3、extract提取的数据column必须标明是request还是response 4、{}里的"必须为英文字符的双引号" 5、声明要从变量获取数据要使用$字符 6、为空的位置必须填写null