Created
January 9, 2020 07:12
-
-
Save rhopp/b1f5d1c49eb7dd35eef2d3ddfc8e901d to your computer and use it in GitHub Desktop.
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
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=733558 | |
// for the documentation about the tasks.json format | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"type": "npm", | |
"script": "test-operatorhub-installation", | |
"problemMatcher": [], | |
"options": { | |
"env": { | |
"TS_SELENIUM_BASE_URL": "http://che-rhopp-che-next.apps.crw.codereadyqe.com/", | |
"TS_SELENIUM_WEB_CONSOLE_OCP_URL": "https://console-openshift-console.apps.crw.codereadyqe.com", | |
"TS_SELENIUM_CATALOG_TILE_OPERATOR_NAME": "codeready-workspaces-preview", | |
"TS_SELENIUM_OPERATOR_LOGO_NAME": "Red Hat CodeReady Workspaces", | |
"TS_SELENIUM_INSTALL_PROJECT_NAME": "rhopp-test-crw-auto", | |
"TS_OCP_OPERATOR_UPDATE_CHANNEL": "final", | |
"TS_SELENIUM_VALUE_TLS_SUPPORT": "false", | |
"TS_SELENIUM_VALUE_SELF_SIGN_CERT": "false", | |
"TS_SELENIUM_VALUE_OPENSHIFT_OAUTH": "false", | |
"TS_SELENIUM_INSTALL_APP_PREFIX_URL": "codeready", | |
"TS_OCP_LOGIN_PAGE_HTPASW": "true", | |
"TS_SELENIUM_OCP_TEMP_ADMIN_PASSWORD": "", | |
"TS_SELENIUM_OCP_TEMP_ADMIN_USERNAME": "kubeadmin", | |
"DISPLAY": ":1" | |
} | |
} | |
}, | |
{ | |
"type": "npm", | |
"script": "test-happy-path", | |
"group": "test", | |
"options": { | |
"env": { | |
"TS_SELENIUM_BASE_URL": "http://che-che-nightly.apps.rhopp-crw2.devcluster.openshift.com/", | |
"TS_SELENIUM_USERNAME": "admin", | |
"TS_SELENIUM_PASSWORD": "admin", | |
"TS_SELENIUM_MULTIUSER": "true", | |
"TS_SELENIUM_LOAD_PAGE_TIMEOUT": 600000, | |
"DISPLAY": ":1", | |
"TS_SELENIUM_LOG_LEVEL": "TRACE" | |
} | |
}, | |
"problemMatcher": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment