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
|[path](#path)| String | "hermione-report" | The path to the folder for saving html-report files. |
108
+
|[path](#path)| String | "html-report" | The path to the folder for saving html-report files. |
109
109
|[saveErrorDetails](#saveerrordetails)| Boolean | false | Save / do not save error details in json files. |
110
110
|[defaultView](#defaultview)| String | "all" | The test filtering mode when displayed, which will be set by default. |
111
111
|[diffMode](#diffmode)| String | "3-up" | The mode of viewing diffs, which will be set by default. |
@@ -125,7 +125,7 @@ Enables or disables the plugin.
125
125
126
126
### path
127
127
128
-
The path to the folder for saving html-report files. By default, the files will be saved to the `hermione-report` folder in the current working folder.
128
+
The path to the folder for saving html-report files. By default, the files will be saved to the `html-report` folder in the current working folder.
0 commit comments