Skip to content
#

pytest-xdist

Here are 35 public repositories matching this topic...

Generate rich, static HTML reports for pytest with analytics, build history, flaky-test insights, automatic screenshots, logs, coverage, pytest-bdd, reruns, and xdist support

  • Updated Sep 6, 2026
  • Python

The Page Object Pattern in Selenium is a design pattern used to create an abstraction of web pages, allowing for easier interaction and maintenance in tests. It involves creating a separate class for each page, with methods for elements and actions on those pages. This makes tests more readable and maintainable.

  • Updated Jun 14, 2022
  • Python

Add this topic to your repo

To associate your repository with the pytest-xdist topic, visit your repo's landing page and select "manage topics."

Learn more