Skip to content

cmoir/playwright_pytest_bdd_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Python pytest_bdd example

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

Command Line Example

Use "pytest" to run all the tests

Other examples Use "pytest tests/test_with_bdd.py" to run all the tests in the test_without_bdd module Use "pytest tests/without_bdd/test_without_bdd.py::test_select_numbers_link" to run the test_select_numbers_link test

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy