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
@@ -323,6 +324,42 @@ This is useful if your application takes some time to start (for example, when r
323
324
- Adjust the delay to match your app's startup time.
324
325
- For example, use `--delay 10` to wait for 10 seconds.
325
326
327
+
## [report](#report)
328
+
329
+
The `report` command in Keploy is used to display a detailed summary of test results. It provides a human-readable diff for failed test cases from the latest test run or a specified report file.
-`--body` - Show full expected/actual body diffs (colorized for JSON) instead of the default compact table diff.
358
+
359
+
```bash
360
+
keploy report -t "test-set-1" --body
361
+
```
362
+
326
363
## [templatize](#templatize)
327
364
328
365
The `templatize` cmd allows the user to templatize important fields in the testcases who's values are used in the request of testcases and that may change in the future.
0 commit comments