請(qǐng)找到我在文件中添加的下面的代碼,environment.py因?yàn)閍fter_scenario我沒有收到任何錯(cuò)誤,但我的測(cè)試也沒有在 Browserstack 上標(biāo)記為適當(dāng)?shù)臓顟B(tài)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"})
在 Browserstack Appium Python 上標(biāo)記測(cè)試通過或失敗
月關(guān)寶盒
2023-09-05 15:39:15