We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321d649 + 091c8f1 commit a104658Copy full SHA for a104658
src/pluginsConfig/testplane-storybook.ts
@@ -5,8 +5,8 @@ export default {
5
name: TESTPLANE_STORYBOOK,
6
fn: (config: TestplaneConfig): void => {
7
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",
+ __comment1: "https://github.com/gemini-testing/testplane-storybook",
+ __comment2: "To run testplane storybook tests, use --storybook flag when launching testplane",
10
__comment3: "And dont forget to set 'buildStoriesJson: true' in storybook config if you use storybook@6",
11
enabled: true,
12
autoScreenshots: true,
0 commit comments