import { test, expect } from '@playwright/test'; import { readFile } from 'node:fs/promises'; test('download report', async ({ page }, testInfo) => { const destination = testInfo.outputPath('report.csv');