From 091c8f1e5f6c6be0a9e5a8d653c15996e01c36d3 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 26 Dec 2024 11:18:22 +0300 Subject: [PATCH] fix: rename storybook comment --- src/pluginsConfig/testplane-storybook.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pluginsConfig/testplane-storybook.ts b/src/pluginsConfig/testplane-storybook.ts index 197a7f6..f931182 100644 --- a/src/pluginsConfig/testplane-storybook.ts +++ b/src/pluginsConfig/testplane-storybook.ts @@ -5,8 +5,8 @@ export default { name: TESTPLANE_STORYBOOK, fn: (config: TestplaneConfig): void => { config.plugins![TESTPLANE_STORYBOOK] = { - __comment1: "https://github.com/gemini-testing/hermione-storybook", - __comment2: "To run hermione storybook tests, use --storybook flag when launching hermione", + __comment1: "https://github.com/gemini-testing/testplane-storybook", + __comment2: "To run testplane storybook tests, use --storybook flag when launching testplane", __comment3: "And dont forget to set 'buildStoriesJson: true' in storybook config if you use storybook@6", enabled: true, autoScreenshots: true,