https://github.com/ultra-rony/selenium-grid-compose
This project provides a fully configured setup for running parallel UI tests using Selenium WebDriver and Grid. It's designed to simplify the development and execution of automated browser tests with support for multiple browsers and versions out of the box.
https://github.com/ultra-rony/selenium-grid-compose
docker-compose pyhon selenium selenium-grid
Last synced: about 2 months ago
JSON representation
This project provides a fully configured setup for running parallel UI tests using Selenium WebDriver and Grid. It's designed to simplify the development and execution of automated browser tests with support for multiple browsers and versions out of the box.
- Host: GitHub
- URL: https://github.com/ultra-rony/selenium-grid-compose
- Owner: ultra-rony
- Created: 2025-05-26T21:20:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T22:04:34.000Z (about 1 year ago)
- Last Synced: 2025-06-04T13:21:26.458Z (about 1 year ago)
- Topics: docker-compose, pyhon, selenium, selenium-grid
- Language: Python
- Homepage:
- Size: 484 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selenium-grid-compose
This project provides a fully configured setup for running parallel UI tests using Selenium WebDriver and Grid. It's designed to simplify the development and execution of automated browser tests with support for multiple browsers and versions out of the box.
## Getting Started
1. Clone the repository
```bash
git clone https://github.com/ultra-rony/selenium-grid-compose.git
```
2. Navigate into the project directory
```bash
cd selenium-grid-compose
```
3. Start the Docker containers (build if needed)
```bash
docker-compose up --build
```
VNC Viewer for Chrome Browser (if enabled) `http://localhost:7900/`. default password `secret`
Selenium Grid Dashboard
`http://localhost:4444/`
## Examples