feat: add E2E infrastructure for argocd plugin
This commit is contained in:
+4
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user