https://github.com/iac-factory/selenium-grid
https://github.com/iac-factory/selenium-grid
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iac-factory/selenium-grid
- Owner: iac-factory
- Created: 2022-05-08T18:06:57.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2023-02-08T02:20:36.000Z (over 2 years ago)
- Last Synced: 2025-02-08T17:44:56.318Z (4 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium + CI-CD Pipeline POC #
## Usage ##
### Setup ###
```bash
python3 -m venv .venvsource .venv/bin/activate
python3 -m pip install --requirement requirements.txt
```### Selenium Grid ###
```bash
docker-compose --file ./grid/Selenium-Grid-Recording.Yaml up
```### Local Runtime ###
```bash
python3 -m test
```### Website ###
- http://localhost:4444
## Teardown ##
### Selenium Grid ###
```bash
docker-compose --file ./grid/Selenium-Grid-Recording.Yaml down
```