Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Screenshot Testing with Jetpack Compose UI ..

![Language](https://img.shields.io/github/languages/top/cortinico/kotlin-android-template?color=blue&logo=kotlin)
![GitHub repo size](https://img.shields.io/github/repo-size/myofficework000/ScreenshotTesting)
![GitHub stars](https://img.shields.io/github/stars/myofficework000/ScreenshotTesting?style=social)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)

This repository demonstrates how to implement **screenshot testing** for Jetpack Compose UI using [**Paparazzi**](https://cashapp.github.io/paparazzi/).
Screenshot testing helps you detect **visual regressions** by comparing UI screenshots captured during tests. It is particularly useful for catching unintended design changes when working in teams or maintaining design consistency across releases.

Expand Down