web ui automation test sample for linedevth meetup#2
- Python 3.6
- Docker
- Recorded Video Storage e.g. Amazon S3
sh$ virtualenv -p python3 venv sh$ source venv/bin/activate sh$ pip install -r requirements.txt sh$ export LOCAL_WEBDRIVER_ENABLE=true sh$ pytest tests