import { test } from '@playwright/test'; test('uses hardcoded unix path', async () => { const outputPath = '/home/user/results.json'; });