Type alias PlaywrightTestConfig<TestArgs, WorkerArgs>

PlaywrightTestConfig<TestArgs, WorkerArgs>: Config<PlaywrightTestOptions & CustomProperties<TestArgs>, PlaywrightWorkerOptions & CustomProperties<WorkerArgs>>

Type Parameters

  • TestArgs = {}

  • WorkerArgs = {}

Generated using TypeDoc