mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-08-03 06:12:28 +00:00

* feat(cache): The cache is generalized to support Puppeteers and mobile terminals * chore: update cache test * chore: update cache test * chore: update cache test * docs: update cache doc * chore: update ai test command * chore: update ai test command * chore: update ai test command * chore: optimize cache logic * chore: update get dir path logic * chore: update get dir path logic
6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
import type { PlayWrightAiFixtureType } from '@/index';
|
|
import { PlaywrightAiFixture } from '@/index';
|
|
import { test as base } from '@playwright/test';
|
|
|
|
export const test = base.extend<PlayWrightAiFixtureType>(PlaywrightAiFixture());
|