TILPlaywright HTML report auto-open hangs in headless environmentsPlaywright E2E tests hang after completion in Codespaces or CI because the HTML reporter tries to open a browser. Setting open: never in playwright.config.ts fixes it.March 21, 20261 min read#playwright#testing#ci