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

Stop supporting running the test using python <filename> command

shivahari opened this issue · comments

Remove support for running the test using python <filename> command.
We were using python <filename> to run the tests previously, before pytest. We have continued to support running tests using this command, even when we rarely use it.
Reasons to make this change:

  • any new integrations will need to support only pytest
  • deprecated optionparse module can be removed
  • tests will be more cleaner

Stale issue message