Hi there,
I would like to be able to make assertions on android emulators available on the system.
I plan to add a config that allows me to
- specify that there should be an emulator with a given name
- specify that there should be an emulator with an sdk version
- a mix of the above
I have a couple of questions before starting to work on this:
- Would it make sense to extract android stuff and make this co-dependent on the other module? It seems like android devs could benefit from it as well.
- Do you think an important property of emulators is missing?
Hi there,
I would like to be able to make assertions on android emulators available on the system.
I plan to add a config that allows me to
I have a couple of questions before starting to work on this: