791 B
791 B
Fastlane Workflow
This assumes that you have installed Fastlane using Bundler.
If you're getting 'Permission denied' errors from adb, restart the adb daemon as root: adb root
Capture Screenshots
- Make sure the emulator is running (preferably Pixel 5 with API 32+)
- Make sure System UI demo mode is enabled in developer settings
- Run
bundle exec fastlane android build_and_screengrabto build the debug/test apks and run the instrumentation test on the device
Process Screenshots
- This actions assumes that the screenshots have been created in the
fastlane/screenshotsdirectory - Run
bundle exec fastlane android process_screenshotsto add a device frame to each screenshot and copy the framed screenshots to themediafolder