const { test, expect } = require('@playwright/test'); test('Home page has correct title', async () => { const isTrue = true; expect(isTrue).toBe(true); });