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

Update the project wiki to replace the deprecated CLI parameters with the right ones #418

Closed shivahari closed 1 month ago

shivahari commented 1 month ago

The project wiki still seems to be using the old and now deprecated CLI parameters, like in this statement python -m pytest -k example_form -B Chrome in https://github.com/qxf2/qxf2-page-object-model/wiki/Setup the -B CLI parameter needs to be replaced by --browser parameter.

Identify and replace the deprecated CLI parameters with the right ones

rohandudam commented 1 month ago

@shivahari I checked wiki pages and updated deprecated CLI parameters. Can you please review it and let me know if I missed anything.

shivahari commented 1 month ago

@rohandudam Is this link in the Setup page in scope of this task?

setup_testrail_integration_link

Clicking on it takes me to a new page. Rest all looks good 👍

rohandudam commented 1 month ago

@shivahari Thanks for catching that bad link. Its not in scope of this issue but I fixed it too.

rohandudam commented 1 month ago

Done with the changes and changes reviewed by Shiva. Good to close this issue.