test: MergedTestType<
[
TestType<
PlaywrightTestArgs & PlaywrightTestOptions & TestFixtures & ModuleFixtures,
PlaywrightWorkerArgs & PlaywrightWorkerOptions & WorkerFixtures,
>,
TestType<
PlaywrightTestArgs & PlaywrightTestOptions & AuthFixtures & AuthFixtureOptions,
PlaywrightWorkerArgs & PlaywrightWorkerOptions & AuthDeps,
>,
TestType<
PlaywrightTestArgs & PlaywrightTestOptions & NavFixtures,
PlaywrightWorkerArgs & PlaywrightWorkerOptions & NavWorkerDeps,
>,
],
> = ...
Unified Playwright test object with all Praman fixtures.