Skip to content

Commit 97fdc8e

Browse files
committed
docs: proper default value for path option
1 parent 4fc421b commit 97fdc8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/html-reporter-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
| **Parameter** | **Type** | **Default value** | **Description** |
106106
| ------------- | -------- | :--------------------: | --------------- |
107107
| [enabled](#enabled) | Boolean | true | Enable / disable the plugin. |
108-
| [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. |
109109
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Save / do not save error details in json files. |
110110
| [defaultView](#defaultview) | String | "all" | The test filtering mode when displayed, which will be set by default. |
111111
| [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.
125125

126126
### path
127127

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.
129129

130130
### saveErrorDetails
131131

docs/ru/html-reporter-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
| **Параметр** | **Тип** | **По умолчанию** | **Описание** |
106106
| ------------ | ------- | :-------------------: | ------------ |
107107
| [enabled](#enabled) | Boolean | true | Включить / отключить плагин. |
108-
| [path](#path) | String | "hermione-report" | Путь к папке для сохранения файлов html-отчета. |
108+
| [path](#path) | String | "html-report" | Путь к папке для сохранения файлов html-отчета. |
109109
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Сохранять / не сохранять подробности ошибок в json-файлах. |
110110
| [defaultView](#defaultview) | String | "all" | Режим фильтрации тестов при отображении, который будет установлен по умолчанию. |
111111
| [diffMode](#diffmode) | String | "3-up" | Режим просмотра диффов, который будет установлен по умолчанию. |
@@ -125,7 +125,7 @@ module.exports = {
125125

126126
### path
127127

128-
Путь к папке для сохранения файлов html-отчета. По умолчанию файлы будут сохранены в папку `hermione-report` в текущей рабочей папке.
128+
Путь к папке для сохранения файлов html-отчета. По умолчанию файлы будут сохранены в папку `html-report` в текущей рабочей папке.
129129

130130
### saveErrorDetails
131131

0 commit comments

Comments
 (0)