MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Pass simDevice to the shutdown method #561

Closed nanwng closed 1 year ago

nanwng commented 1 year ago

The bluepill test was hanging and causing timeout during GHA. Investigated and figured out the issue being one of the shutdownSimulatorWithError: call should pass in a simDevice explicitly.

Let's see if the tests are going to pass