From 331084a99a25b856a5dd7dc529b59f90f69897a8 Mon Sep 17 00:00:00 2001 From: ABHISHEK PATHAK <51234843+myofficework000@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:04:47 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 582c40a..1538a1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Screenshot Testing with Jetpack Compose UI .. +# 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) @@ -49,7 +49,7 @@ dependencies { } ``` -## ⚙️ Setting Up Paparazzi +## Setting Up Paparazzi Paparazzi renders Compose UI components in unit tests without requiring a device or emulator. It works by simulating an Android environment using Robolectric and capturing screenshots directly.