File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,19 +94,21 @@ jobs:
9494 uses : actions/checkout@master
9595 with :
9696 repository : eclipse/che
97- ref : fix-commandline-executor2
97+ ref : CRW-5023
9898 path : che
9999
100- - name : Run Empty Workspace API test
100+ - name : Run Devfile acceptance Workspace API test
101101 run : |
102102 cd che/tests/e2e
103103 npm ci
104104 export TS_PLATFORM=kubernetes
105+ export MOCHA_DIRECTORY=api
105106 export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl
106107 export TS_SELENIUM_VALUE_OPENSHIFT_OAUTH=false
107108 export TS_SELENIUM_BASE_URL=https://$(kubectl get ingress che -n eclipse-che -o jsonpath='{.spec.rules[0].host}') &&
108109 export NODE_TLS_REJECT_UNAUTHORIZED=0
109110 export TS_SELENIUM_LOG_LEVEL=TRACE
110111 export TS_SELENIUM_DEFAULT_ATTEMPTS=1
111112 export TS_API_TEST_UDI_IMAGE=quay.io/devfile/universal-developer-image:${{ env.PR_NUMBER }}
112- npm run devfile-acceptance-test-suite
113+ export USERSTORY=InbuiltApplicationDevWorkspacesAPI
114+ npm run delayed-test
You can’t perform that action at this time.
0 commit comments