import { test } from '@playwright/test'; test('hardcodes api key value', async () => { const api_key = 'sk-test-hardcoded-key-value'; });