* Adding l10n screenshot tests for Fenix * fixing comments * fix klint and detekt error and adding all tests * better test name and doc added explaining tests
1021 B
Screenshtos Tests
We are using screengrab
which works with fastlane to automate the process of capturing screenshots.
All the l10n screenshots are generated through the ui tests. These particular tests run as part of the screenshots package (app/src/androidTest/mozilla/fenix/ui/screenshots
)
Steps to Run / Build
-
Install the gem:
sudo gem install screengrab
-
From command line run:
fastlane screengrab --test_instrumentation_runner "androidx.test.runner.AndroidJUnitRunner"
Screenshots will be saved in the root directory: fastlane/metadata/android
If there is a failure and screenshots are not saved, it may be necessary to create these folders manually first.
Currently screenshots are uploaded to gcloud
once they are generated manually by running the previous command line.
In the future this process will be automated too and documented here.