Skip to content

Commit

Permalink
Added remote launch happy path against currently logged in OpenShift …
Browse files Browse the repository at this point in the history
…cluster (should be auto-authed to dogfooding when running against dogfooding)

Signed-off-by: Tibor Dancs <tdancs@redhat.com>
  • Loading branch information
ScrewTSW committed Oct 18, 2023
1 parent 089cb7b commit b10a181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ commands:
cd tests/e2e &&
npm run tsc
component: devtools
- id: tests-happy-path-remote
exec:
commandLine: >-
export HAPPY_PATH_USERSTORY=SmokeTest &&
export HAPPY_PATH_SUITE=test &&
export MOCHA_DIRECTORY='.' &&
bash <(curl -s https://raw.githubusercontent.com/eclipse/che/main/tests/devworkspace-happy-path/remote-launch.sh)
component: devtools

0 comments on commit b10a181

Please sign in to comment.