# pytest_bdd_demo **Repository Path**: test-dev-qa/pytest_bdd_demo ## Basic Information - **Project Name**: pytest_bdd_demo - **Description**: 行为驱动自动化pytest_bdd_demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-27 - **Last Updated**: 2023-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## pytest-bdd 行为驱动测试 demo ## 工程使用 ``` # 克隆测试目标服务的工程 git clone https://gitee.com/kliu12138/pytest_bdd_demo.git # 安装python依赖 pip install -r requirements.txt # 执行用例 pytest -s pytest_run --alluredir=./allure-results # 生成allure报告 allure serve allure-results ```