Last Good Version
1.54
First Bad Version
1.55
Steps to reproduce
The code is trivial. Config:
// playwright.config.ts
import { defineConfig } from '@playwright/test';
export default defineConfig({
reporter: 'html'
});
Test:
import { test } from '@playwright/test';
test('my test', () => {});
Expected behavior
Playwright 1.54:
Actual behavior
Playwright 1.55:
Additional context
No response
Environment
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