We should have screenshot testing setup within our .github/workflows/android.yml file, so that we can run our Android screenshot tests on push or pull to the main or dev branch.
It's important to be able to automate testing for visual changes (like error outline on input boxes) or see if the app looks good across multiple different android devices + sizes.
We should have screenshot testing setup within our
.github/workflows/android.ymlfile, so that we can run our Android screenshot tests on push or pull to themainordevbranch.It's important to be able to automate testing for visual changes (like error outline on input boxes) or see if the app looks good across multiple different android devices + sizes.