Sample automated test on Python with Chromedriver for https://www.caru-care.com/
- Python (Debian or Alpine based)
- Google Chrome
- Chromedriver
mkdir ptgit clone https://github.com/st-mn/docker-python-chromedriver.git && cd docker-python-chromedrivervirtualenv venv && source venv/bin/activatedocker run -it -w /usr/workspace -v $(pwd):/usr/workspace joyzoursky/python-chromedriver:latest bashapt install nano && pip install selenium && python test_script.pyhttps://github.com/st-mn/docker-python-chromedriver/blob/master/test_script.py