qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
256 stars 191 forks source link

Duplication of code #423

Closed akkuldn closed 2 weeks ago

akkuldn commented 1 month ago

The utils/results.py module contains a lot of duplicate methods that are already present in page_objects/helpers/logging_objects. These methods in results.py are used in API_player.py for logging in API tests. We need to refactor the code to eliminate these duplicates and make use of logging_objects class for API_player.py as well.

akkuldn commented 2 weeks ago

This issue was resolved, hereby closing the ticket