Replies: 1 comment
-
|
預期結果: 設定 "appium:noReset": False 實際結果: "appium:noReset": False 設定無效 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
問題細節
現狀
使用 Seldom 測試框架的 start() 和 end() 方法
start() 在每個測試用例開始前執行
end() 在每個測試用例結束後執行
目前應用程式在測試之間不會重啟,保持上一個測試的狀態
如何在 Seldom 的 start() 方法中正確實現應用程式重啟邏輯?
Beta Was this translation helpful? Give feedback.
All reactions