Skip to content

adam-eden/page_object

Repository files navigation

Writing Autotests with PyTest

Learning the Pytest Framework. Using the Page Object.

Test bench

Online store

Deploy

  1. Clone project
git clone https://github.com/adam-eden/page_object.git
  1. Create and activate python virtual environment
  2. Install depencies
pip install -r requirements.txt
  1. Download ChromeDriver, geckodriver and add path to system PATH variable
  2. Run tests (use PyTest documentation)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages