Skip to content
#

pytest-html

Here are 33 public repositories matching this topic...

A robust automation script using Selenium WebDriver, Python, and Pytest. The project aimed to provide a solution for automating interactions with the travel website BlazeDemo. The primary assignment was based on a Techlistic challenge, and the intention was to create an easily maintainable and scalable automation framework.

  • Updated Apr 17, 2024
  • HTML

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

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