Merge pull request #906 from getmaxun/browser-service

chore(infra): add separate browser service
This commit is contained in:
Karishma Shukla
2025-11-30 19:37:10 +05:30
committed by GitHub
27 changed files with 409 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
import { WorkflowFile } from "maxun-core";
import { Locator } from "playwright";
import { Locator } from "playwright-core";
export type Workflow = WorkflowFile["workflow"];