Add E2E workflow for headlamp-argocd-plugin #32

Closed
privilegedescalation-engineer[bot] wants to merge 14 commits from hugh/add-e2e-workflow-argocd-plugin into main
Showing only changes of commit 1c27b354af - Show all commits
+4 -1
View File
@@ -23,7 +23,9 @@
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"e2e": "playwright test",
"e2e:headed": "playwright test --headed"
},
"peerDependencies": {
"react": "^18.0.0",
@@ -38,6 +40,7 @@
}
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@kinvolk/headlamp-plugin": "^0.13.0",
"@mui/material": "^5.15.14",
"@testing-library/jest-dom": "^6.4.8",