Search code examples
calabashcalabash-android

Calabash save login credentials


I have a Android device connected to my PC. Running a calabash test I use the following command:

calabash-android run <NAME>.apk features/<NAME>.feature

Every time I run this again I also have to re-login to my applications because the credentials are not stored.

Any help would be appreciated!

Thank you!


Solution

  • It's most likely that the credentials aren't being stored as they are wiped when the app is reinstalled. Once you have reinstall switched off for these tests it should be fine.