arjunu-athene / playwright_pytest_bdd_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playwright Python pytest_bdd example

  • Depends on pytest-playwright
  • pip install pytest-playwright
  • pip install pytest-bdd
  • playwright install

Playwright Documentation

https://playwright.dev/python/docs/intro

pytest-bdd Documentation

See https://pypi.org/project/pytest-bdd/ for reporting options.

Page Object example

This test is using a standard page object model, where the selectors and functions are group inside a class.

Example is given with and without the bdd layer

Alternative format that uses files instead of objects to group the pages can be found here

Recommended plugins:

pytest-xdist - used to run multiple tests at the same time pytest-html - for nice simple html report

About


Languages

Language:Python 97.0%Language:Gherkin 3.0%