generator-android-mvp-starter icon indicating copy to clipboard operation
generator-android-mvp-starter copied to clipboard

Add support for fastlane

Open manankalra opened this issue 8 years ago • 3 comments
trafficstars

https://fastlane.tools

manankalra avatar Jul 24 '17 08:07 manankalra

@manankalra Can you open the PR with fastlane setup?

ravidsrk avatar Jul 24 '17 09:07 ravidsrk

Most of the fastlane featues are iOS specific. For Android, we need to include the following:

  • screengrab (https://git.io/v7LXZ) : for taking screenshots
  • supply (https://git.io/voOR6) : for automated uploading of metadata, screenshots and binaries to Google Play

For the first option, I need all the instrumention/espresso tests to pass, they're all failing. As listed in the README, I'm running ./gradlew app:connectedAndroidTest with an external device connected.

manankalra avatar Jul 24 '17 10:07 manankalra

@manankalra Can you create an issue with logs on parent repo?

This repo is just a generator using parent repo. https://github.com/androidstarters/android-starter

ravidsrk avatar Jul 24 '17 11:07 ravidsrk