### Last Good Version 1.54 ### First Bad Version 1.55 ### Steps to reproduce The code is trivial. Config: ```ts // playwright.config.ts import { defineConfig } from '@playwright/test'; export default defineConfig({ reporter: 'html' }); ``` Test: ```ts import { test } from '@playwright/test'; test('my test', () => {}); ``` ### Expected behavior Playwright 1.54: <img width="854" height="238" alt="Image" src="https://github.com/user-attachments/assets/f53ccd39-d59a-4b9e-938a-585a4dd7d7ae" /> ### Actual behavior Playwright 1.55: <img width="576" height="218" alt="Image" src="https://github.com/user-attachments/assets/eb54ec50-d197-47f1-af9c-4640202899b7" /> ### Additional context _No response_ ### Environment ```shell System: OS: macOS 14.7.2 CPU: (10) arm64 Apple M1 Pro Memory: 56.06 MB / 16.00 GB Binaries: Node: 20.18.3 - ~/.nvm/versions/node/v20.18.3/bin/node npm: 11.3.0 - ~/.nvm/versions/node/v20.18.3/bin/npm pnpm: 10.7.1 - ~/Library/pnpm/pnpm Languages: Bash: 3.2.57 - /bin/bash npmPackages: @playwright/test: 1.55 => 1.55.0 ```