Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 686 Bytes

Demo: End-to-end tests with Selene (Selenium WebDriver)

Project to showcase how to do E2E testing using Python&Selene (page object pattern). For demonstration use TMS TestRail.

demo python_end-to-end_tests

Run testing

pytest ./tests --alluredir=c:\allure-result

Requirements