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
3 stars 2 forks source link

Improve Firebase test lab robo test coverage #158

Open davecraig opened 1 month ago

davecraig commented 1 month 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?
davecraig commented 3 weeks ago

Fanny's improvements have resulted in much greater robo coverage, so I don't think there's anything more required at present.