-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
False
-
None
-
False
-
None
-
None
-
None
-
None
-
None
In writing a cypress test it was brought to my attention that OpenShift Project dropdown will say "All Projects" when running OpenShift, and 'All Namespaces' when running native k8s. At the moment, we don't test native k8s in our CI, but we'd like to at some point.
Cypress tests should utilize environmental param to determine if openshift is installed/running:
`if (Cypress.env('openshift') === true) ...`.