You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the real power of selfie is asserting on arbitrary objects using **facets**, which are covered in the [advanced section](/jvm/facets).
186
+
But the real power of selfie is asserting on arbitrary objects using **facets**, which are covered in the [facets section](/jvm/facets).
187
187
188
188
## Reference
189
189
@@ -203,6 +203,7 @@ Full API documentation is available at [kdoc.selfie.dev](https://kdoc.selfie.dev
203
203
-`interactive`, default
204
204
-`readonly`, default if `CI` environment variable is `true`
205
205
-`overwrite`, all snapshots can be overwritten
206
-
-`Camera` and `Lens` are covered in the [advanced section](/jvm/facets).
206
+
-`Camera` and `Lens` are covered in the [facet section](/jvm/facets)
207
+
-`cacheSelfie` and binary snapshots (`toBeBase64` and `toBeFile`) are covered in the [cache section](/jvm/cache)
207
208
208
209
*Pull requests to improve the landing page and documentation are greatly appreciated, you can find the [source code here](https://github.com/diffplug/selfie).*
*`cacheSelfie` helps you build fast deterministic tests even if they contain slow non-deterministic components. A generative AI example is available [here](https://github.com/diffplug/selfie/blob/main/python/example-pytest-selfie/tests/cache_selfie_test.py).*
10
+
*`cache_selfie` helps you build fast deterministic tests even if they contain slow non-deterministic components. A generative AI example is available [here](https://github.com/diffplug/selfie/blob/main/python/example-pytest-selfie/tests/cache_test.py).*
11
11
12
12
To use `expect_selfie`, you pass a _value_ that you want to snapshot.
13
13
@@ -46,7 +46,7 @@ You have these choices for specifying the data in a snapshot:
Copy file name to clipboardExpand all lines: selfie.dev/src/pages/py/get-started.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,5 +136,6 @@ Full API documentation is available at [pydoc.selfie.dev](https://pydoc.selfie.d
136
136
-`readonly`, default if `CI` environment variable is `true`
137
137
-`overwrite`, all snapshots can be overwritten
138
138
-`Camera` and `Lens` are covered in the [facets section](/py/facets).
139
+
-`cache_selfie` and binary snapshots (`to_be_base64` and `to_be_file`) are covered in the [cache section](/py/cache)
139
140
140
141
_Pull requests to improve the landing page and documentation are greatly appreciated, you can find the [source code here](https://github.com/diffplug/selfie)._
0 commit comments