fix: resolve UAT test issues and improve test infrastructure

This commit is contained in:
张翔
2026-03-25 10:21:47 +08:00
parent f0efbaeabd
commit 6c35ba7fb4
7 changed files with 202 additions and 4 deletions
+5 -1
View File
@@ -11,6 +11,10 @@
"install-browsers": "playwright install --with-deps"
},
"devDependencies": {
"@playwright/test": "^1.40.0"
"@playwright/test": "^1.40.0",
"@types/dotenv": "^6.1.1"
},
"dependencies": {
"dotenv": "^17.3.1"
}
}