Skip to content

Commit a0e6db7

Browse files
authored
Update README.md
1 parent acbc571 commit a0e6db7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![](https://jitpack.io/v/QuickBirdEng/kotlin-snapshot-testing.svg)](https://jitpack.io/#QuickBirdEng/kotlin-snapshot-testing)
44

5-
<img src="https://quickbirdstudios.com/blog/wp-content/uploads/2022/09/snappy3.png" alt="Cover-Image" width="700"/>
5+
<img src="https://quickbirdstudios.com/wp-content/uploads/2022/11/snapshottesting-android.png" alt="Cover-Image" width="700"/>
66

77
Snappy is an extensible Kotlin Multiplatform library to easily create Snapshot tests for Android and other Kotlin applications. You can create snapshots of every serializable property, like screenshots or view hierachies, of your application.
88

@@ -16,7 +16,7 @@ Wouldn’t it be cool to have a convenient and easy way to find such regressions
1616
track of UI changes? Snapshot testing solves this by automatically comparing the previous and the
1717
new build.
1818

19-
<img src="https://quickbirdstudios.com/blog/wp-content/uploads/2022/07/Snapshot-2-1024x518.jpeg" alt="Cover-Image" width="700"/>
19+
<img src="https://quickbirdstudios.com/wp-content/uploads/2022/07/button_changed-1024x876.png" alt="Cover-Image" width="700"/>
2020

2121
With our library Snappy you simply define a test case for a property of your application that can be
2222
serialized, for example, a screenshot of your main screen. By recording this property (aka taking a
@@ -34,7 +34,7 @@ Do not hesitate to give feedback, ideas or improvements via an issue.
3434

3535
# Examples
3636

37-
<img src="https://quickbirdstudios.com/blog/wp-content/uploads/2022/07/screenshot_main_reference-1.png" alt="Example" width="600"/>
37+
<img src="https://quickbirdstudios.com/wp-content/uploads/2022/07/screenshot_main_reference-1-1024x684.png" alt="Example" width="600"/>
3838

3939
An example test case for snapshot testing a screen of our example App:
4040

@@ -74,7 +74,7 @@ When recording is turned on, a new reference will be saved and the test case fai
7474
the snapshots and setting the parameters back to false, all further runs will test against this
7575
recording and show a diff when something changed.
7676

77-
<img src="https://quickbirdstudios.com/blog/wp-content/uploads/2022/07/screenshot_settings_diff.png" alt="Diff" width="300"/>
77+
<img src="https://quickbirdstudios.com/wp-content/uploads/2022/07/screenshot_settings_diff-1-980x655.png" alt="Diff" width="600"/>
7878

7979

8080
If you want to be able to snapshot test other properties of your projects, you can create new

0 commit comments

Comments
 (0)