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

outdated parser entries commented in pytest_addoption() method as tho… #426

Closed nelabhotlaR closed 1 month ago

nelabhotlaR commented 1 month ago

The below entries are not required and are commented entries in the method 'pytest_addoption()' method.

     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")

Tested the changes By keeping the four entries with report portal integration. Tested the changes by commenting the four entries with report portal integration.

Please review