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

Fix ReportPortals outdated parser entries #415

Open rohandudam opened 1 month ago

rohandudam commented 1 month ago

Test ReportPortal integration and verify do we need following lines under conftest.py?

    parser.addini("rp_uuid",'help',type="pathlist")
    parser.addini("rp_endpoint",'help',type="pathlist")
    parser.addini("rp_project",'help',type="pathlist")
    parser.addini("rp_launch",'help',type="pathlist")

Note: we already replaced rp_uuid to rp_api_key long back but looks like missed to update above lines.