import { test } from '@playwright/test'; test('uses relative path', async () => { const dataPath = './fixtures/data.json'; });