A sample to showcase the screenshot automation with Fastlane and Abyssale
This demo project show how we can automate the full screenshot generation and upload on the Playstore. The CI we use is Github Actions. There is two workflow:
- First step : generate raw screenshots with UI tests and Fastlane
- Second step: upload the raw screenshots on Firebase storage
- Third step: return all the screenshots in the artifacts
At this stage a manual check can be done, to be sure the screenshots are OK.
- First step: get image urls from Firebase (public bucket) and construct data in order to configure all screenshots
- Second step: call Abyssale API to generate pretty screenshots
- Third step: download the JSON key file in order to be able to push on the Playstore
- Fourth step: push all new screenshots to the Playstore using Fastlane
Intro | Home |
---|---|