Skip to content

st-mn/docker-python-chromedriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-python-chromedriver

Sample automated test on Python with Chromedriver for https://www.caru-care.com/

Image includes

  • Python (Debian or Alpine based)
  • Google Chrome
  • Chromedriver

Quick Try

mkdir pt
git clone https://github.com/st-mn/docker-python-chromedriver.git && cd docker-python-chromedriver
virtualenv venv && source venv/bin/activate
docker run -it -w /usr/workspace -v $(pwd):/usr/workspace joyzoursky/python-chromedriver:latest bash
apt install nano && pip install selenium && python test_script.py

Sample test cases

https://github.com/st-mn/docker-python-chromedriver/blob/master/test_script.py

About

Dockerfile for running Python Selenium in headless Chrome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 78.0%
  • Python 16.9%
  • Shell 5.1%