Clifton Eaton
Clifton Eaton
This is also our use case, including docker: > **Is selecting a certificate out of the given ones from the operating system programatically enough? (like e.g. a clientCertificate event where...
If you came here looking for a solution and you saw the solution from @yyvess, you may also be looking for where to implement that solution. It took me a...
I believe that error is bypassed by this line in the playwright config: ```ts // playwright.config.ts import { PlaywrightTestConfig } from '@playwright/test' const config: PlaywrightTestConfig = { testDir: 'tests', use:...