import { test } from '@playwright/test'
test('test browser', async ({ page }) => {
await page.goto('http://127.0.0.1:3000/')
await page.pause()
})