Skip to content

Commit 2d68528

Browse files
committed
feat(storybook): highlight lines in get started
1 parent 51210a2 commit 2d68528

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/quickstart/storybook.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import { fileURLToPath } from "node:url";
4545
import { defineConfig } from "vitest/config";
4646

4747
import { storybookTest } from "@storybook/addon-vitest/vitest-plugin";
48+
// highlight-next-line
4849
import { argosVitestPlugin } from "@argos-ci/storybook/vitest-plugin";
4950

5051
const dirname =
@@ -63,6 +64,7 @@ export default defineConfig({
6364
// See options at: https://storybook.js.org/docs/next/writing-tests/integrations/vitest-addon#storybooktest
6465
storybookTest({ configDir: path.join(dirname, ".storybook") }),
6566

67+
// highlight-start
6668
// The plugin will capture screenshots of your stories and upload them to Argos.
6769
// See options at: https://argos-ci.com/docs/storybook
6870
argosVitestPlugin({
@@ -72,6 +74,7 @@ export default defineConfig({
7274
// Set your Argos token (required if not using GitHub Actions).
7375
token: "<YOUR-ARGOS-TOKEN>",
7476
}),
77+
// highlight-end
7578
],
7679
test: {
7780
name: "storybook",

0 commit comments

Comments
 (0)