I am running calabash android test on docker and whenever I run the test the error
com.beats.android.test did not get installed. Reason: 'Aborted '. Aborting! (RuntimeError)
./features/support/app_installation_hooks.rb:19:in `Before'
Will not start test server because of previous failures. (RuntimeError)
./features/support/app_life_cycle_hooks.rb:5:in `Before'
is getting. I have tried the below commands and even after getting the same error.
calabash console
Here in this case I will have to use the virtual emulator and I am running the test on docker. All kind of helps are appreciated.