# pytest-bdd-allure-study **Repository Path**: com_developer/pytest-bdd-allure-study ## Basic Information - **Project Name**: pytest-bdd-allure-study - **Description**: 学习使用pytest-bdd-allure appium做APP端接口 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-06-09 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pytest-bdd-allure-study ### 测试说明 启动appium : appium --relaxed-security 执行时,请用测试机器及测试的微信应用。不要使用重要数据的微信应用 用例中有一步骤会清除应用缓存。 #### 测试场景:微信-输入登陆-账号、密码错误 Scenario: 微信-输入登陆-账号、密码错误-1 Given 启动微信 And 点击文本:登录 And 点击文本:用微信号/QQ号/邮箱登录 When 输入账号:12345678 And 输入密码:123455qwerty And 点击文本:登录 Then 检查登录失败弹窗 #### 环境相关 python:3.7 allure-pytest-bdd 2.9.45 allure-python-commons 2.9.45 behave 1.2.6 pytest 6.2.5 pytest-bdd 5.0.0 #### 参考文档 https://pytest-bdd.readthedocs.io/en/4.1.0/