bbc / hive-runner-android

Android module for Hive Runner
MIT License
6 stars 2 forks source link

Check installed packages #75

Open jonpwilson opened 7 years ago

jonpwilson commented 7 years ago

Occasionally, we have an issue with the instrumentation for Calabash and it requires re-installing before the job is started.

Ideally, in the pre-script section we should be taking a snapshot of the packages installed on the device, run the tests, post-test get another list of packages, compare the two and then remove whatever has been added during the test.

jrmhaig commented 7 years ago

Part of bbc/hive-runner#154