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

Fixed screenshot and log issues #422

Closed rohandudam closed 1 month ago

rohandudam commented 1 month ago
rohandudam commented 1 month ago

Looks good 👍 I ran the UI, API & Mobile automation tests, here are my observations:

  • The screenshots and logs were created for required tests.
  • The screenshot folder was aptly named after each test run.
  • The log files were created for each test and a consolidated log was created that included all logs for a run.
  • Running the test on LambdaTest created corresponding screenshots and logs, the screenshot directory naming was apt too.

Thank you @shivahari for the review.