import { test } from '@playwright/test'; test('hardcodes password value', async () => { const password = 'do-not-use-hardcoded'; });