feat: add E2E infrastructure for argocd plugin

This commit is contained in:
2026-05-05 07:59:27 +00:00
committed by Hugh Hackman [agent]
parent 59c176621f
commit 0e4c82fbd6
6 changed files with 339 additions and 2 deletions
+4 -2
View File
@@ -23,7 +23,8 @@
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"e2e": "playwright test"
},
"peerDependencies": {
"react": "^18.0.0",
@@ -55,6 +56,7 @@
"tar": "^7.5.11",
"typescript": "~5.6.2",
"undici": "^7.24.3",
"vitest": "^3.0.5"
"vitest": "^3.0.5",
"@playwright/test": "^1.58.2"
}
}