Skip to content

Commit 49e5df7

Browse files
run scenario after refactoring test code
1 parent 2cb7a44 commit 49e5df7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/devfile-acceptanse-test.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)