Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
2 stars 2 forks source link

Improve Firebase test lab robo test coverage #158

Open davecraig opened 3 days ago

davecraig commented 3 days ago

Android Studio won't let me record a Robo script test because we have some native code in the build. To improve our robo coverage I think that means that we either:

  1. Write our own custom robo scripts
  2. Make a build which stubs out the native code so that we can record robo scripts
  3. I think that the app currently quits early during the robo test due to the home screen being "non standard" in some way. Perhaps just fixing that will improve the coverage?