Precondition

  1. Docker should be already installed
  2. Python 3.X.X should be installed

Python Docker Test

  1. Navigate to the YAML file with a terminal and enter: docker-compose up -d
  2. grid scaling: docker-compose scale chrome=5
  3. Configure Python interpolator (site package)
  4. Complete Python (pip) variables with a command: pip install selenium
  5. Run the test!

Exit command:

stop all containers: docker stop $(docker ps -a -q)