mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-12-06 11:57:43 +00:00
* feat(playwright): add aiTap/aiInput and other AI actions for Playwright integration * chore: update doc --------- Co-authored-by: yutao <yutao.tao@bytedance.com>
6 lines
266 B
TypeScript
6 lines
266 B
TypeScript
import type { PlayWrightAiFixtureType } from '@/playwright/ai-fixture';
|
|
import { PlaywrightAiFixture } from '@/playwright/ai-fixture';
|
|
import { test as base } from '@playwright/test';
|
|
|
|
export const test = base.extend<PlayWrightAiFixtureType>(PlaywrightAiFixture());
|