BurhanH / TestAutomationCourse-python-ui-project

Python UI project for Test Automation Course
MIT License
7 stars 10 forks source link

Need ability to run tests via category #24

Closed BurhanH closed 2 years ago

BurhanH commented 2 years ago

As a test automation engineer, I need the ability to run auto-tests via category. It can be tagging or a kind of parameter for test runner, or something else.

e.g. python -m unittest discover tests "*.py" -v -parameter=Smoke

Or python -m unittest discover tests "*.py" -v -parameter=Regression

Or python -m unittest discover tests "*.py" -v -parameter=CustomerFlow

etc.