-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./gradlew cAT failed in sample #68
Comments
The library has exactly the same limitations as the original and it seems like you hit this: facebook/screenshot-tests-for-android#224 (comment) You have to do the same as the CI pipeline does: screenshot-tests-for-android/.github/workflows/pull_request.yml Lines 160 to 162 in 73f619f
I hope this helps 🤞 |
I didn't see that it's a fork. Anyway, thank you ! Btw, this looks very promising https://github.com/android/testing-samples/tree/main/ui/espresso/ScreenshotSample. |
Great! I'm happy this works for you as well 🎉 This is indeed a fork of https://github.com/facebook/screenshot-tests-for-android which I had to detach to be able to publish under my own credentials on mavencentral 🤷 The difference in features is this supports Gradle Configuration Cache (facebook/screenshot-tests-for-android#307) if you're looking for some guidance, I recommend reading their documentation: https://facebook.github.io/screenshot-tests-for-android/#getting-started However, if you're just considering to add screenshot testing, then I'd probably recommend using a different library: https://github.com/pedrovgs/Shot or even https://github.com/cashapp/paparazzi. |
You have no CI support, so I did a test run locally with
./gradlew cAT
But it fails with
The text was updated successfully, but these errors were encountered: