From d8437068a888521131830f2f226a10f9f4f97141 Mon Sep 17 00:00:00 2001 From: ABHISHEK PATHAK <51234843+myofficework000@users.noreply.github.com> Date: Fri, 18 Jul 2025 07:31:51 +1400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9bdaaa9..582c40a 100644 --- a/README.md +++ b/README.md @@ -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.