An open API service indexing awesome lists of open source software.

https://github.com/iac-factory/selenium-grid


https://github.com/iac-factory/selenium-grid

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Selenium + CI-CD Pipeline POC #

## Usage ##

### Setup ###

```bash
python3 -m venv .venv

source .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
```