Tag: Paparazzi

An Introduction to Paparazzi for Snapshot Testing

Snapshot testing allows you to ensure that your output continues to behave as expected. This is useful because as you revisit your code, some changes might cause something to break. When writing snapshot tests for Jetpack Compose components, you first need to have your code in a working state. Th...