Skip to content

Commit

Permalink
[Selenium] set TS_SELENIUM_HEADLESS property to false (eclipse-che#18599
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SkorikSergey committed Dec 11, 2020
1 parent 7061f06 commit d32c830
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function runOpenshiftConnectorTest(){
REPORT_FOLDER=$(pwd)/report
### Run tests
docker run --net=host --ipc=host -v $REPORT_FOLDER:/tmp/e2e/report:Z --shm-size=1g \
-e TS_SELENIUM_HEADLESS=true \
-e TS_SELENIUM_LOAD_PAGE_TIMEOUT=420000 \
-e TS_SELENIUM_WORKSPACE_STATUS_POLLING=20000 \
-e TS_SELENIUM_BASE_URL="https://$CHE_ROUTE" \
Expand All @@ -27,7 +26,7 @@ function runOpenshiftConnectorTest(){
-e TS_SELENIUM_PASSWORD=${TEST_USERNAME} \
-e TS_TEST_OPENSHIFT_PLUGIN_USERNAME=developer \
-e TS_TEST_OPENSHIFT_PLUGIN_PASSWORD=pass \
-e TS_TEST_OPENSHIFT_PLUGIN_PROJECT=default \
-e TS_TEST_OPENSHIFT_PLUGIN_PROJECT=eclipse-che \
-e TS_TEST_OPENSHIFT_PLUGIN_COMPONENT_TYPE="nodejs (s2i)" \
-e TS_TEST_OPENSHIFT_PLUGIN_COMPONENT_VERSION=latest \
-e TS_SELENIUM_MULTIUSER=true \
Expand Down

0 comments on commit d32c830

Please sign in to comment.