From 1a666768c89c9981c7647125ef2e45e69ae1d75d Mon Sep 17 00:00:00 2001 From: Julianoze <32936724+Julianoze@users.noreply.github.com> Date: Fri, 10 May 2024 05:44:47 -0300 Subject: [PATCH] fix(readme): add description for saveJson parameter (#194) fix: add description for saveJson parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bdbaab..8a2b00b 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Additional reporter options: | `quiet` | `boolean` | `false` | Silence console messages | | `saveAllAttempts` | `boolean` | `true` | Save screenshots of all test attempts, set to `false` to save only the last attempt | | `debug` | `boolean` | `false` | Creates log file with debug data | +| `saveJson` | `boolean` | `false` | Keeps the json file used to create html report | ## Add extra information to report