Skip to content

Commit a104658

Browse files
Merge pull request #42 from gemini-testing/TRIVIAL.rename_storybook_comment
fix: rename storybook comment
2 parents 321d649 + 091c8f1 commit a104658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pluginsConfig/testplane-storybook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default {
55
name: TESTPLANE_STORYBOOK,
66
fn: (config: TestplaneConfig): void => {
77
config.plugins![TESTPLANE_STORYBOOK] = {
8-
__comment1: "https://github.com/gemini-testing/hermione-storybook",
9-
__comment2: "To run hermione storybook tests, use --storybook flag when launching hermione",
8+
__comment1: "https://github.com/gemini-testing/testplane-storybook",
9+
__comment2: "To run testplane storybook tests, use --storybook flag when launching testplane",
1010
__comment3: "And dont forget to set 'buildStoriesJson: true' in storybook config if you use storybook@6",
1111
enabled: true,
1212
autoScreenshots: true,

0 commit comments

Comments
 (0)