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.

Home Page:https://qxf2.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert parser.addoption browser from default ['Chrome'] to default[] as this blocking tests for other browsers to run

rahul-bhave opened this issue · comments

There are two locations this change need to be done:
1)
parser.addoption("--browser",
dest="browser",
action="append",
default=['Chrome'],
2) elif metafunc.config.getoption("--browser") == ["Chrome"]:

Fixed the issue:
Below is the PR:
#264 #264

Closing this issue as PR got merged.