Home > assistive-playwright-test > test
Test object that extends the base Playwright Test object to provide extra worker fixtures and test fixtures.
Signature:
test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & TestFixtures, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions & WorkerFixtures>