I have more than one feature file and each feature file comprises feature specific scenarios. For example
F1.feature
- S1
- S2
- S3
F2.feature
- S1
- S2
- S3
...
Now i want to select a sequence of F1(S1) -> F2(S1) -> F2(S2) -> F1(S2) -> F1(S3) -> F2(S3) in a single run.
Is there any way to do it ?
I have more than one feature file and each feature file comprises feature specific scenarios. For example
Now i want to select a sequence of
F1(S1) -> F2(S1) -> F2(S2) -> F1(S2) -> F1(S3) -> F2(S3)in a single run.Is there any way to do it ?