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.
- package/dist/trpc/router.d.mts +1 -1
- package/dist/trpc/router.d.ts +1 -1
- package/package.json +1 -1
package/dist/trpc/router.d.mts
CHANGED
|
@@ -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/dist/trpc/router.d.ts
CHANGED
|
@@ -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