Skip to content

Commit

Permalink
fix: detect library version only from "@storybook/test-runner"
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 27, 2024
1 parent 70a376c commit 20294d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/storybook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ export async function argosScreenshot(

await DO_NOT_USE_setMetadataConfig({
sdk: { name: "@argos-ci/storybook", version },
playwrightLibraries: [
"@storybook/test-runner",
"playwright",
"playwright-core",
],
playwrightLibraries: ["@storybook/test-runner"],
});

await argosPlaywrightScreenshot(page, join(context.title, context.name), {
Expand Down

0 comments on commit 20294d1

Please sign in to comment.