From 5cb115aa734f3dc1058c54db0c9ea3e0495b97b5 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Fri, 4 Apr 2025 21:28:32 +0300 Subject: [PATCH] chore(@testplane/storybook): remove tsx/jsx warning --- docs/visual-testing/with-storybook.mdx | 5 ----- .../current/visual-testing/with-storybook.mdx | 5 ----- 2 files changed, 10 deletions(-) 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`, настройка будет выглядеть следующим образом: