Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute selenium tests from dashboard package on OSIO #9539

Closed
SkorikSergey opened this issue Apr 25, 2018 · 1 comment
Closed

Execute selenium tests from dashboard package on OSIO #9539

SkorikSergey opened this issue Apr 25, 2018 · 1 comment
Assignees
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@SkorikSergey
Copy link
Contributor

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

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

@SkorikSergey 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
@riuvshin
Copy link
Contributor

@SkorikSergey SkorikSergey removed the status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. label Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants