Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 283 Bytes

File metadata and controls

15 lines (8 loc) · 283 Bytes

TRIAL TASK

To install dependency use

pip install -r requrements.txt

also you need geckodriver to run tests using Firefox https://github.com/mozilla/geckodriver/releases

to run tests use

py.test test_github.py --html=report.html

Options

--browser - Choose browser to run tests