• Parameters

    • title: string
    • testFunction: ((args: PlaywrightTestArgs & PlaywrightTestOptions & TestFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions, testInfo: TestInfo) => void | Promise<void>)
        • (args: PlaywrightTestArgs & PlaywrightTestOptions & TestFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions, testInfo: TestInfo): void | Promise<void>
        • Parameters

          • args: PlaywrightTestArgs & PlaywrightTestOptions & TestFixtures & PlaywrightWorkerArgs & PlaywrightWorkerOptions
          • testInfo: TestInfo

          Returns void | Promise<void>

    Returns void

Generated using TypeDoc