You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Cypress test failures caused by Node.js v22 compatibility issues.
The latest LTS Node.js (v22.x) is incompatible with Cypress 12.6.0,
causing "ERR_FAILED (-2) loading 'about:blank#blocked'" errors.
Pinning to Node.js 20.x resolves the issue while maintaining LTS support.
Error details:
- The new-window event is deprecated in Electron 106 (bundled with Cypress 12.6.0)
- Node.js v22 has stricter security policies that block Electron initialization
- This affects all tests using the quay-test-console image including
the quay-e2e-tests-quay316-api-testing job
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments