https://github.com/thunder/ddev-selenium-chrome
Selenium standalone for ddev
https://github.com/thunder/ddev-selenium-chrome
ddev ddev-get
Last synced: about 1 year ago
JSON representation
Selenium standalone for ddev
- Host: GitHub
- URL: https://github.com/thunder/ddev-selenium-chrome
- Owner: thunder
- License: apache-2.0
- Archived: true
- Created: 2022-08-02T11:32:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T13:21:54.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T10:45:22.464Z (over 1 year ago)
- Topics: ddev, ddev-get
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/drud/ddev-redis/actions/workflows/tests.yml) 
## What is this?
This repository allows you to quickly add [selenium standalone chrome](https://github.com/SeleniumHQ/docker-selenium) to a [Ddev](https://ddev.readthedocs.io) project.
## Installation
1. `ddev get thunder/ddev-selenium-chrome`
2. `ddev restart`
## Explanation
This selenium standalone chrome recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev/docker-compose.selenium.yaml`](docker-compose.selenium.yaml) using the `selenium/standalone-chrome:latest` docker image.
## Interacting with Selenium standalone chrome
* The selenium chrome instance will listen on TCP port 4444.
* For debugging use `selenium/standalone-chrome-debug:latest` image and add port mapping for vnc, reachable at `vnc://localhost:6000`, if you get a prompt asking for a password, it is: `secret`.