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.
We have to remove support for optionparser in our framework as a part of the issue: https://github.com/qxf2/qxf2-page-object-model/issues/245.
It is still used in the below test files:
test_example_form
test_example_table
test_mobile_bitcoin_price
test_successive_form_creation
test_boilerplate
The objective to be resolved in this issue is to eliminate the instances of optionparser in the tests
We have to remove support for optionparser in our framework as a part of the issue: https://github.com/qxf2/qxf2-page-object-model/issues/245. It is still used in the below test files: test_example_form test_example_table test_mobile_bitcoin_price test_successive_form_creation test_boilerplate
The objective to be resolved in this issue is to eliminate the instances of optionparser in the tests