Skip to content

Commit

Permalink
Merge pull request #167 from jdi-testing/add-container-name-selenoid
Browse files Browse the repository at this point in the history
add docker name selenoid
  • Loading branch information
Ekaterina-Zykova authored Nov 10, 2023
2 parents 347f9ac + 6a540c7 commit 43a7ae3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/selenium_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_element_id_to_is_displayed_mapping(page_content_str):
}

driver = webdriver.Remote(
command_executor="http://jdi-qasp-ml-selenoid-1:4444/wd/hub",
command_executor="http://jdi-qasp-ml-selenoid:4444/wd/hub",
desired_capabilities=capabilities, options=chrome_options)

driver.execute_script("document.body.insertAdjacentHTML('beforeend', arguments[0]);", dom)
Expand Down
1 change: 1 addition & 0 deletions docker-compose-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down
1 change: 1 addition & 0 deletions docker-compose-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.remote_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.remote_server_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
driver: none

selenoid:
container_name: "jdi-qasp-ml-selenoid"
image: "aerokube/selenoid:latest"
ports:
- "4445:4444"
Expand Down

0 comments on commit 43a7ae3

Please sign in to comment.