2. Setup pytest
pytest is a modern and powerful Test Framework and we want to get intellisense and autocomplete
1. Install pyleniumio
pip install pyleniumiopoetry add pyleniumiopipenv install pyleniumio2. Initialize Pylenium
pylenium init3. Select pytest as the Test Framework
Last updated