diff --git a/docs/visual-testing/with-storybook.mdx b/docs/visual-testing/with-storybook.mdx index b2e7327..352b192 100644 --- a/docs/visual-testing/with-storybook.mdx +++ b/docs/visual-testing/with-storybook.mdx @@ -116,11 +116,6 @@ const meta: WithTestplane> = { export default meta; ``` - - Storybook story files must have `.js` or `.ts` extension for this to work. Formats `jsx/tsx` are - not supported yet. - - ## Plugin configuration The plugin has a number of options for more flexible configuration. For example, to run tests on a Storybook published remotely on s3, the configuration will look as follows: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/visual-testing/with-storybook.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/visual-testing/with-storybook.mdx index 4340790..f912552 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/visual-testing/with-storybook.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/visual-testing/with-storybook.mdx @@ -113,11 +113,6 @@ const meta: WithTestplane> = { export default meta; ``` - - При добавлении testplane-тестов расширение Ваших story-файлов должно быть `.js` или `.ts`. - Форматы jsx/tsx еще не поддержаны. - - ## Параметры конфигурации плагина Плагин имеет ряд опций для более гибкой настройки. Например, для запуска тестов на Storybook, опубликованном удаленно на `s3`, настройка будет выглядеть следующим образом: