-
Notifications
You must be signed in to change notification settings - Fork 108
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
Added sample to demonstrate automated screenshot testing with Showkase and Paparazzi #252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks very nice! Amazing work! 😄 🤩
|
||
@Composable | ||
fun VerticalScrollSample() { | ||
Column( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we are not using LazyColumn here? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, was just added as a sample. No particular reason to add it or skip it 😅
related: android/nowinandroid#101 |
...airbnb/android/showkase/screenshot/testing/paparazzi/sample/PaparazziSampleScreenshotTest.kt
Show resolved
Hide resolved
How can you get |
@anhanh11001 Sources generated from ksp would need to be registered separately, similar to how it's done in the sample app of the project - #279 |
Added sample to demonstrate automated screenshot testing with Showkase and Paparazzi. This leverages the example that @alexvanyo created for the Now In Android app https://github.com/android/nowinandroid.
This is purely meant for demo purposes and will be referenced in the documentation that I'm about to add shortly.