剧作家项目
快速启动
- 安装依赖项:
cd '/home/nivensoft/Desktop/AI-Agent MCP/playwright'
npm install
npx playwright install- 运行测试:
npm test可用脚本
npm test--运行剧作家测试npm run test:headed--在头部模式下运行测试npm run test:debug--使用调试器运行测试npm run codegen--开放式剧作家代码生成器
测试文件
tests/example.spec.js--示例测试tests/login.spec.js--rahulshettyacademy登录测试
