Conversation
lkladnit
force-pushed
the
qe-ui
branch
18 times, most recently
from
June 7, 2026 10:41
a9afee3 to
5a3e9dd
Compare
Migrate plugin-owned UI tests from kubevirt-ui to this repo. Tests cover NADs, UDNs, NetworkPolicies, Services, Routes, and Ingresses. Includes GitHub Actions hot-cluster CI workflow. Original integration-tests/ kept intact for Prow; new tests live in cypress/ and run via `npm run test-e2e`. Co-authored-by: Cursor <cursoragent@cursor.com>
The Cypress tests live in ui-tests-cy/, not cypress/. The npm scripts and GH Actions artifact path referenced a non-existent directory. Co-authored-by: Cursor <cursoragent@cursor.com>
Cypress 15.x requires --import for tsx which is only supported on Node.js >= 20. The workflow was using Node 18. Co-authored-by: Cursor <cursoragent@cursor.com>
Switch E2E workflow to manual-only (workflow_dispatch) until a self-hosted runner with cluster access is available. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cypress/directoryTest plan
CONSOLE_URL,KUBEADMIN_PASSWORD)npm run test-cypress-headlesslocally against a live clustertest-prow-e2e.shpicks up the new specsMade with Cursor