Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 479 Bytes

File metadata and controls

18 lines (12 loc) · 479 Bytes

Selenium Task

Acceptance tests with Python and Selenium for provided instruction.

Installation

Use the package manager pip to install dependencies.

pip install -r requirements.txt

Download Gecko driver for Firefox & ChromeDriver for Chrome.

Usage

pytest tests\test_allegro.py --verbose --html=Report.html