一、前置说明
- 总体目录:《从 0-1 搭建企业级 APP 自动化测试框架》
- 上节回顾:在 使用 fixture 机制重构 appium_helloworld 一节中,预留了一个待实现的 fixture
init_appium_and_devices
。 - 本节目标:分析
init_appium_and_devices
的实现思路。
@pytest.fixture(scope="module", autouse=True)
def
init_appium_and_devices
。init_appium_and_devices
的实现思路。@pytest.fixture(scope="module", autouse=True)
def