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(e2e): print CLI errors to stderr, fix test assertions and upstream nodes
- Print errors to stderr in main.go before os.Exit(1) — root cause of ~60
silent failures where CLI exited 1 with no output
- Add --output json/yaml support to context list command
- Fix context delete test using unique name to avoid "local"/"localhost" clash
- Add upstreamNode() helper to avoid empty nodes when HTTPBIN_URL is unset
- Resolve gateway group ID dynamically (API7 EE uses UUIDs, not names)
- Remove unused strings imports after TrimPrefix→upstreamNode() migration
0 commit comments