fix: use maxun-core
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { WorkflowFile } from "@wbr-project/wbr-interpret";
|
||||
import { WorkflowFile } from "maxun-core";
|
||||
|
||||
export const emptyWorkflow: WorkflowFile = { workflow: [] };
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { WorkflowFile } from "@wbr-project/wbr-interpret";
|
||||
import { WorkflowFile } from "maxun-core";
|
||||
import { Locator } from "playwright";
|
||||
|
||||
export type Workflow = WorkflowFile["workflow"];
|
||||
@@ -15,7 +15,7 @@ export interface ScreenshotSettings {
|
||||
fullPage?: boolean;
|
||||
mask?: Locator[];
|
||||
omitBackground?: boolean;
|
||||
// is this still needed? - @wbr-project/wbr-interpret outputs to a binary output
|
||||
// is this still needed? - maxun-core outputs to a binary output
|
||||
path?: string;
|
||||
quality?: number;
|
||||
scale?: "css" | "device";
|
||||
|
||||
Reference in New Issue
Block a user