Remove non-browser e2e test infrastructure
- Delete .github/workflows/e2e.yaml - Delete playwright.config.ts - Delete e2e/ directory (auth.setup.ts, tns-csi.spec.ts) - Delete scripts/deploy-e2e-headlamp.sh and teardown-e2e-headlamp.sh - Remove e2e script from package.json - Remove @playwright/test devDependency Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
2e2713fd3f
commit
f62b1c2703
@@ -1,23 +0,0 @@
|
||||
name: E2E Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: e2e-${{ github.repository }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main
|
||||
with:
|
||||
node-version: '22'
|
||||
headlamp-version: v0.40.1
|
||||
e2e-namespace: headlamp-dev
|
||||
Reference in New Issue
Block a user