I have testcases 1 to 10 like,
testcase1
.
.
.
testcase2
.
.
.
testcase3
.
.
.
testcase(n)
I want to give rerun of testcases from 5 to 9. I am using following command now:
"pybot -t testcase5 testcase6 testcase7 testcase8 testcase9 example.robot"
Instead, how to specify this with range like "testcase5-9"?