We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64be28 commit c980c16Copy full SHA for c980c16
docs/release_notes/v1.1.3.md
@@ -0,0 +1,18 @@
1
+# Release v1.1.3
2
+
3
+- feat: ignore errors in matchers and add format byte
4
5
+The CRD tester now can ignore certain errors. For example:
6
7
+```yaml
8
+suite: test ClusterSecretStore
9
+template: tests/crds/clustersecretstore.yml
10
+tests:
11
+ - it: matches ClusterSecretStore correctly
12
+ asserts:
13
+ - matchSnapshot:
14
+ path: tests/__snapshot__
15
+ # We deliberately want to test all the included elements.
16
+ ignoreErrors:
17
+ - "in body should have at most 1 properties"
18
+```
0 commit comments