# rti-delphi-data-validation
Used to collect and validate data from https://github.com/filtr/datavalidation
via selenium-framework https://github.com/filtr/ui-automation-framework-pkg

## Setting up locally
Set `"selenium_env": "local"` in config.json

`python3 -m venv venv`

`source venv/bin/activate`

`pip install -r requirements.txt`

`py.test --html=report.html --self-contained-html --alluredir=app/src/allure_report app/src/tests/test_data/`

