Skip to content
#

pytest-html

Here are 39 public repositories matching this topic...

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

This project is a web scraping and data validation tool built with Playwright, pytest, and pandas. It scrapes country data (such as names, capitals, and currencies) from a specified website and validates it against expected results. The project follows the Page Object Model (POM) design pattern for better maintainability and readability.

  • Updated Jul 6, 2024
  • HTML

Improve this page

Add a description, image, and links to the pytest-html topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more