chore(tests): add cross-browser and browser-specific E2E tests for Caddyfile import functionality

This commit is contained in:
GitHub Actions
2026-02-03 06:21:26 +00:00
parent 7871ff5ec3
commit 8e9d124574
11 changed files with 3873 additions and 1 deletions
+14
View File
@@ -7,6 +7,7 @@
"dependencies": {
"@typescript/analyze-trace": "^0.10.1",
"tldts": "^7.0.21",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"devDependencies": {
@@ -2877,6 +2878,19 @@
"node": ">=0.6"
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uc.micro": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",