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

Made reporting channels architectural changes #402

Closed rohandudam closed 1 month ago

rohandudam commented 2 months ago

Created new directory "reporting_channels" under integrations. Moved and updated email pytest reports, post report to Slack and Gmail integration. Updated conftest and readme file to support the integration changes. Updated env_conf file with credential details required for Slack.

mohanqxf2 commented 2 months ago

image image image

py.test -s -v -k table --email_pytest_report y --html=log/pytest_report.html Used the above command to run the tests to get the pytest report email. and it is working well with the latest commit. Rohan. No issues found.