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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.

Expand Down