Skip to content

Commit

Permalink
Merge pull request #540 from miripiruni/master
Browse files Browse the repository at this point in the history
docs: use proper default value for path option
  • Loading branch information
KuznetsovRoman authored Apr 1, 2024
2 parents 4fc421b + 97fdc8e commit e752653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/html-reporter-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
| **Parameter** | **Type** | **Default value** | **Description** |
| ------------- | -------- | :--------------------: | --------------- |
| [enabled](#enabled) | Boolean | true | Enable / disable the plugin. |
| [path](#path) | String | "hermione-report" | The path to the folder for saving html-report files. |
| [path](#path) | String | "html-report" | The path to the folder for saving html-report files. |
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Save / do not save error details in json files. |
| [defaultView](#defaultview) | String | "all" | The test filtering mode when displayed, which will be set by default. |
| [diffMode](#diffmode) | String | "3-up" | The mode of viewing diffs, which will be set by default. |
Expand All @@ -125,7 +125,7 @@ Enables or disables the plugin.

### path

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

### saveErrorDetails

Expand Down
4 changes: 2 additions & 2 deletions docs/ru/html-reporter-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
| **Параметр** | **Тип** | **По умолчанию** | **Описание** |
| ------------ | ------- | :-------------------: | ------------ |
| [enabled](#enabled) | Boolean | true | Включить / отключить плагин. |
| [path](#path) | String | "hermione-report" | Путь к папке для сохранения файлов html-отчета. |
| [path](#path) | String | "html-report" | Путь к папке для сохранения файлов html-отчета. |
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Сохранять / не сохранять подробности ошибок в json-файлах. |
| [defaultView](#defaultview) | String | "all" | Режим фильтрации тестов при отображении, который будет установлен по умолчанию. |
| [diffMode](#diffmode) | String | "3-up" | Режим просмотра диффов, который будет установлен по умолчанию. |
Expand All @@ -125,7 +125,7 @@ module.exports = {

### path

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

### saveErrorDetails

Expand Down

0 comments on commit e752653

Please sign in to comment.