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,