mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-13 12:01:09 +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());
|