Skip to content

Commit 4ab53a8

Browse files
KuznetsovRomansipayRT
authored andcommitted
docs(testplane-storybook): describe waitStorybookJsonTimeout
1 parent 259517e commit 4ab53a8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/plugins/testplane-storybook.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ With this minimal config, you will be able to run `npx testplane --storybook` to
115115
<td>[]</td>
116116
<td>Array of `browserId` to run storybook tests on. By default, all of browsers, specified in Testplane config would be used</td>
117117
</tr>
118+
<tr>
119+
<td>waitStorybookJsonTimeout</td>
120+
<td>`Number`</td>
121+
<td>30000</td>
122+
<td>Timeout for fetching Storybook stories data. Consider increasing this value if Storybook requires additional time to build the development server (e.g., when using webpack)</td>
123+
</tr>
118124
</tbody>
119125
</table>
120126

i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-storybook.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ export default {
115115
<td>[]</td>
116116
<td>Массив id браузеров, в которых будут запущены тесты. По умолчанию тесты будут запущены во всех браузерах, описанных в конфиге testplane</td>
117117
</tr>
118+
<tr>
119+
<td>waitStorybookJsonTimeout</td>
120+
<td>`Number`</td>
121+
<td>30000</td>
122+
<td>Таймаут на получение данных о историях storybook. Стоит увеличить, если storybook требует больше времени на сборку dev-сервера (например, при использовании webpack)</td>
123+
</tr>
118124
</tbody>
119125
</table>
120126

0 commit comments

Comments
 (0)