Skip to content

Commit

Permalink
Merge pull request #44 from digitronik/image
Browse files Browse the repository at this point in the history
Change image to selhub
  • Loading branch information
digitronik authored Nov 20, 2023
2 parents b42f088 + a1d939f commit ac6a427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Get vnc session url
```shell
❯❯❯ miqsel config
Container Engine (auto, podman, docker) [auto]:
Selenium container image [quay.io/redhatqe/selenium-standalone]:
Selenium container image [selenium/standalone-chrome:latest]:
VNC viewer (auto, vncviewer, vinagre, xdg-open) [auto]:
Selenium server running on port? [4444]:
VNC running on port? [5999]:
Expand All @@ -129,3 +129,5 @@ Get vnc session url
Testing data mount to directory '/data' [default]:
Configuration saved successfully...
```

`selenium/standalone-chrome:latest` is default image. You can use other from [SeleniumHQ](https://github.com/SeleniumHQ/docker-selenium) or custom images.
2 changes: 1 addition & 1 deletion miqsel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engine": "auto",
"viewer": "auto",
"data_dir": "default",
"image": "quay.io/redhatqe/selenium-standalone",
"image": "selenium/standalone-chrome:latest",
"name": "miqsel_container",
"network": "default",
"server_port": 4444,
Expand Down

0 comments on commit ac6a427

Please sign in to comment.