File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import { fileURLToPath } from "node:url";
45
45
import { defineConfig } from " vitest/config" ;
46
46
47
47
import { storybookTest } from " @storybook/addon-vitest/vitest-plugin" ;
48
+ // highlight-next-line
48
49
import { argosVitestPlugin } from " @argos-ci/storybook/vitest-plugin" ;
49
50
50
51
const dirname =
@@ -63,6 +64,7 @@ export default defineConfig({
63
64
// See options at: https://storybook.js.org/docs/next/writing-tests/integrations/vitest-addon#storybooktest
64
65
storybookTest ({ configDir: path .join (dirname , " .storybook" ) }),
65
66
67
+ // highlight-start
66
68
// The plugin will capture screenshots of your stories and upload them to Argos.
67
69
// See options at: https://argos-ci.com/docs/storybook
68
70
argosVitestPlugin ({
@@ -72,6 +74,7 @@ export default defineConfig({
72
74
// Set your Argos token (required if not using GitHub Actions).
73
75
token: " <YOUR-ARGOS-TOKEN>" ,
74
76
}),
77
+ // highlight-end
75
78
],
76
79
test: {
77
80
name: " storybook" ,
You can’t perform that action at this time.
0 commit comments