Forum Discussion
rraghvani
Champion Level 3
3 years agoHere's an example,
Where I'm running Examples @four.
To run Example @three, change the following lines to
var example = scenario.Examples.Item(0);
if (example.Tags.Contains("@three")) {
example.Run();
}