You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dark 8e35094243 test: add login page Playwright MCP tests 1 month ago
..
README.md test: add Playwright MCP test configuration and documentation 1 month ago
config.ts test: add Playwright MCP test configuration and documentation 1 month ago
login.test.ts test: add login page Playwright MCP tests 1 month ago

README.md

Playwright MCP 测试

本测试套件使用 Playwright MCP 工具进行端到端测试。

前置条件

  1. 启动后端服务: cd backend && go run main.go
  2. 启动前端开发服务器: cd frontend/react-shadcn/pc && npm run dev
  3. 确保 MCP Playwright 工具已配置

测试场景

  • 登录/登出流程
  • 仪表板页面验证
  • 用户管理 CRUD
  • 设置页面验证
  • 导航和路由保护

运行测试

通过 Claude Code 的 MCP Playwright 工具手动执行测试步骤。