mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-12 16:15:05 +00:00
6 lines
257 B
TypeScript
6 lines
257 B
TypeScript
|
|
import type { PlayWrightAiFixtureType } from '@midscene/web';
|
||
|
|
import { PlaywrightAiFixture } from '@midscene/web/playwright';
|
||
|
|
import { test as base } from '@playwright/test';
|
||
|
|
|
||
|
|
export const test = base.extend<PlayWrightAiFixtureType>(PlaywrightAiFixture());
|