To run the patch test cases in C:\sliData\TAF\bzw\test-packs\run_jobs via run_example_tests_smoke_test.cmd, just modify the file content: SET MARKER=”smoke_test”(can set any name) which maps the @pytest.mark.smoke_test added before def xxx in the test_xxx.py.
Eg:
@pytest.mark.smoke_test
def test_logout(self):
To run the cmd file, open cmd windows, drag the run_example_tests_smoke_test.cmd to cmd, confirm the curse in cmd, then Enter, it will run like this.