You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to execute Eclipse Che 6 selenium tests from Dashboard package on OSIO on regular base. Selenium tests from dashboard package were adapted for OSIO by #9448.
For example, the command to run Dashboard related tests on https://rhche.prod-preview.openshift.io from the che/selenium/che-selenium-test directory:
export CHE_INFRASTRUCTURE=openshift \
&& export CHE_TESTUSER_NAME='<username>' \
&& export CHE_TESTUSER_EMAIL='<user-email>' \
&& export CHE_TESTUSER_PASSWORD='<password>' \
&& export CHE_TESTUSER_OFFLINE__TOKEN=<offline-token> \
&& export CHE_OFFLINE_TO_ACCESS_TOKEN_EXCHANGE_ENDPOINT=https://auth.prod-preview.openshift.io/api/token/refresh \
&& ./selenium-tests.sh --test=org.eclipse.che.selenium.dashboard.** --host=rhche.prod-preview.openshift.io --https --port=443 -Dgroups=osio --multiuser --threads=1
The text was updated successfully, but these errors were encountered:
SkorikSergey
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
labels
Apr 25, 2018
Description
We need to execute Eclipse Che 6 selenium tests from Dashboard package on OSIO on regular base. Selenium tests from dashboard package were adapted for OSIO by #9448.
Host to run Che 6 on OSIO: https://rhche.prod-preview.openshift.io
The text was updated successfully, but these errors were encountered: