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

Change image to selhub #44

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading