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

rename the test_obj fixture in the conftest.py file #280

Closed shivahari closed 3 years ago

shivahari commented 4 years ago

We seem to have a consolidated fixture - test_obj to trigger all other fixture functions and then pass on the test object created, to the test, while it works fine, the name of the fixture should not be starting with test_, pytest collects or finds tests in a dir by tracking functions that start/end with test

github-actions[bot] commented 3 years ago

Stale issue message