qxf2-page-object-model
qxf2-page-object-model copied to clipboard
Stop supporting running the test using python <filename> command
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