chore: update package dependencies and Playwright config

Update root, API, and web package.json files with latest dependencies.
Refresh pnpm-lock.yaml and update Playwright configuration.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-11 01:40:59 +07:00
parent da10ac64c6
commit 4372a9ee12
5 changed files with 389 additions and 128 deletions

View File

@@ -41,7 +41,7 @@ export default defineConfig({
name: 'api',
testDir: './e2e/api',
use: {
baseURL: process.env.API_BASE_URL ?? 'http://localhost:3001/api/v1',
baseURL: process.env.API_BASE_URL ?? 'http://localhost:3001/api/v1/',
},
},
// Web E2E tests — Chromium browser