请找到我在文件中添加的下面的代码,environment.py因为after_scenario我没有收到任何错误,但我的测试也没有在 Browserstack 上标记为适当的状态
def after_scenario(context, scenario):
if scenario.status == Status.failed:
requests.put(
"http://Username:Key@hub-cloud.browserstack.com/automate/sessions/iOS-Appium.json".format(
context.driver.session_id),
json={"status": "completed", "reason": "Test Failed"})
else:
requests.put(
"http://username:Key@hub-cloud.browserstack.com/automate/sessions/iOS-Appium.json".format(
context.driver.session_id),
json={"status": "completed", "reason": "Test Pass"})
大话西游666
收到一只叮咚
相关分类