This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
hlk_autotest/package.json
LingandRX 6517e4192c feat: 初始化慧来客自动化测试项目
- 添加项目配置文件和环境变量设置
- 创建测试用例目录结构和命名规范
- 实现基础测试 fixture 和页面对象模型
- 添加示例测试用例和数据生成器
- 配置 playwright 和 gitignore 文件
2024-12-22 19:18:27 +08:00

41 lines
1.1 KiB
JSON

{
"name": "automated-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"ui": "npx playwright test --ui",
"ui-staging": "cross-env NODE_ENV=staging npx playwright test --ui",
"test": "npx playwright test --ui --headed"
},
"repository": {
"type": "git",
"url": "https://git.meiguanjia.net/gitlab/hlk/automated-testing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.48.2",
"@types/node": "^22.3.0",
"axios": "^1.7.4",
"cross-env": "^7.0.3"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"http-proxy-middleware": "^3.0.0",
"jimp": "^0.22.12",
"ldap": "^0.7.1",
"ldap-authentication": "^3.2.2",
"ldapjs": "^3.0.7",
"playwright": "^1.47.2",
"qrcode-reader": "^1.0.4",
"sharp": "^0.33.5",
"tesseract.js": "^5.1.1",
"typescript": "^5.6.3"
}
}