From 97fdc8e325c15762dd59104f8ec5f98671a8185b Mon Sep 17 00:00:00 2001 From: miripiruni Date: Mon, 1 Apr 2024 14:09:26 +0200 Subject: [PATCH] docs: proper default value for path option --- docs/en/html-reporter-setup.md | 4 ++-- docs/ru/html-reporter-setup.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/html-reporter-setup.md b/docs/en/html-reporter-setup.md index e9f144cda..cae860a25 100644 --- a/docs/en/html-reporter-setup.md +++ b/docs/en/html-reporter-setup.md @@ -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. | @@ -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 diff --git a/docs/ru/html-reporter-setup.md b/docs/ru/html-reporter-setup.md index bac3bf5a0..d89aec5ec 100644 --- a/docs/ru/html-reporter-setup.md +++ b/docs/ru/html-reporter-setup.md @@ -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" | Режим просмотра диффов, который будет установлен по умолчанию. | @@ -125,7 +125,7 @@ module.exports = { ### path -Путь к папке для сохранения файлов html-отчета. По умолчанию файлы будут сохранены в папку `hermione-report` в текущей рабочей папке. +Путь к папке для сохранения файлов html-отчета. По умолчанию файлы будут сохранены в папку `html-report` в текущей рабочей папке. ### saveErrorDetails