chore: 添加 Playwright 测试依赖

新增 @playwright/test 开发依赖用于端到端测试

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-28 13:19:18 +08:00
parent e6a7c15aa0
commit be3894bb19
2 changed files with 65 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.7"
}