We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3e417 commit 2b99f07Copy full SHA for 2b99f07
parley/tests/README.md
@@ -13,4 +13,27 @@ If you think that everything is ok, you can start tests as follows:
13
$ PARLEY_TEST="accept" cargo test
14
```
15
16
-It will update snapshots of the failed tests.
+It will update snapshots of the failed tests.
17
+
18
+## Usage of xtask when test fails
19
20
+After some tests fails, you may run the following for generating kompari HTML report:
21
22
+```bash
23
+cargo xtask report
24
+```
25
26
+or start an interactive test blessing
27
28
29
+cargo xtask review
30
31
32
+## Detect dead snapshots
33
34
+The following command shows snapshots that are not used in any test. The command also allows to delete such snaphosts.
35
36
37
+cargo xtask dead-snapshots
38
39
0 commit comments