/** * E2E test exports with database fixtures * * Import { test, expect } from this file to get tests with seeded database. */ export { test, testData } from './fixtures/db'; export { expect } from '@playwright/test';