storybook-addon-playwright 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -868,10 +868,10 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
868
868
  title: string;
869
869
  browserType: "chromium" | "firefox" | "webkit";
870
870
  args?: Record<string, unknown> | undefined;
871
+ screenshotOptions?: playwright.PageScreenshotOptions | undefined;
871
872
  browserOptions?: BrowserContextOptions | undefined;
872
873
  browserOptionsId?: string | undefined;
873
874
  props?: Record<string, unknown> | undefined;
874
- screenshotOptions?: playwright.PageScreenshotOptions | undefined;
875
875
  screenshotOptionsId?: string | undefined;
876
876
  index?: number | undefined;
877
877
  } | undefined;
@@ -868,10 +868,10 @@ declare const appRouter: _trpc_server.TRPCBuiltRouter<{
868
868
  title: string;
869
869
  browserType: "chromium" | "firefox" | "webkit";
870
870
  args?: Record<string, unknown> | undefined;
871
+ screenshotOptions?: playwright.PageScreenshotOptions | undefined;
871
872
  browserOptions?: BrowserContextOptions | undefined;
872
873
  browserOptionsId?: string | undefined;
873
874
  props?: Record<string, unknown> | undefined;
874
- screenshotOptions?: playwright.PageScreenshotOptions | undefined;
875
875
  screenshotOptionsId?: string | undefined;
876
876
  index?: number | undefined;
877
877
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-addon-playwright",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "An addon to visually test the stories in the multiple browsers within storybook environment",
5
5
  "author": "m.doaie <mdoaie@yahoo.co.uk>",
6
6
  "license": "MIT",