Skip to content

Commit

Permalink
Merge pull request #42 from gemini-testing/TRIVIAL.rename_storybook_c…
Browse files Browse the repository at this point in the history
…omment

fix: rename storybook comment
  • Loading branch information
KuznetsovRoman authored Dec 27, 2024
2 parents 321d649 + 091c8f1 commit a104658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pluginsConfig/testplane-storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a104658

Please sign in to comment.