186f9ef380
Fix getNamespaces() to skip cluster-scoped resources (Namespace: "") that caused Router.createRouteURL to throw TypeError on the Namespaces page. Add Playwright E2E smoke tests with Authentik OIDC auth for CI and K8s token fallback for local dev. Add Gitea Actions E2E workflow, vitest unit test infrastructure, and test-utils fixtures. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
236 B
JSON
8 lines
236 B
JSON
{
|
|
"extends": "@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["vite/client", "vite-plugin-svgr/client", "vitest/globals", "lodash", "@testing-library/jest-dom"]
|
|
},
|
|
"include": ["src"]
|
|
}
|