I have been writing functional tests using detox to test a react native app. And while doing so, I have observed my functional test fails due to the simulator getting stuck/froze.Hence I was trying to kill the device (simulator) whenever the simulator freezes.But to implement the same, we would need to know the device's health status. Is there a way wherein I can identify the device health stats?
↧