Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 258 Bytes

selenium bdd

enviroment setup

create your venv

python3 -m venv venv 

source your venv

source venv/bin/activate

install modules

pip3 install -r requirements.txt

chromedriver installation

brew install --cask chromedriver