I want to be able to monitor the battery usage when running automated test cases with appium. For example like get the current battery level before running a series of test and then get the battery usage after text execution has finished. The end goal would be to get some kind of metrics on how much battery our application uses.
Is this possible with latest version of appium?
If not, does apple provide a way to do this? Possible feature request.
Has anyone else every done this type of battery testing before?