Skip to content
Open
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
2 changes: 2 additions & 0 deletions docs/content/basics/screenshot_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ One could also use real devices for snapshot testing, but it does not scale. Dev

2. JVM
- [Paparazzi](https://github.com/cashapp/paparazzi): Square framework
- [Roborazzi](https://github.com/takahirom/roborazzi): Compatible with Robolectric.
- [Snappy](https://github.com/QuickBirdEng/kotlin-snapshot-testing): Kotlin Multiplatform.

Unlike UI tests, it is not possible to write shared tests

Expand Down