letmeNo1 / Nico

A framework for building Android automation based on adb commands
75 stars 16 forks source link

need a close() function to quit and release resources #3

Open ahchchxx opened 1 month ago

ahchchxx commented 1 month ago

lets use android as an example, that close() function needs: 1, kill adb process in PC for this NicoAndroid instance 2, close apk process in Android Device 3, do not affect other Running Devices when we are running multi cases on different Devices by one PC. (adb port is not same)

Finally, it should be OK when we rerun same case for many times(call close() function at the end for each time)

letmeNo1 commented 1 month ago

Thanks for your suggestion. I'll add it when I'm free, I've been so busy lately 💔💔💔💔