POM-Project

0
0
0
public
Forked

This is a Page Object Model based Automation Testing project that is based on Selenium Webdriver and uses Pytest as the TDD framework.

Steps to use:

  1. Install pytest, Selenium python bindings.
  2. In pages/{filename} and tests/{filename} change the path in sys.path.append to wherever you have the project files.
  3. In CMD or terminal from tests folder, type following command:

py.test -v -s filename.py

v0.3.3[beta]