feat(e2e): consolidate E2E infra + add waitForSidebar (PRI-698) #42

Merged
privilegedescalation-engineer[bot] merged 3 commits from gandalf/e2e-fix-tns-csi into main 2026-05-06 00:43:55 +00:00

3 Commits

Author SHA1 Message Date
Chris Farhood b5d8e5d552 fix(e2e): reference @main workflow after .github merge
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 17:43:59 +00:00
Chris Farhood 17d9323cd2 fix(e2e): add @playwright/test to devDependencies and e2e script (PRI-698)
@playwright/test was missing from devDependencies, causing the
'Install Playwright browsers' step to fail. Added it alongside
the e2e npm script so the reusable workflow can run playwright test.
2026-05-05 13:51:36 +00:00
Chris Farhood 5990dda192 feat(e2e): consolidate E2E test infrastructure + add waitForSidebar (PRI-698)
- Adds e2e/auth.setup.ts, e2e/tns-csi.spec.ts with waitForSidebar helper
- Adds playwright.config.ts, scripts/deploy-e2e-headlamp.sh, scripts/teardown-e2e-headlamp.sh
- Adds .github/workflows/e2e.yaml
- Plugin settings test waits for list before searching
2026-05-05 13:08:53 +00:00