Hi,
 
  I'm using eclipse to run the tests as JUnit and I'd like to know if
there's a way to:
    1 - Run only one cenario from a .scenario file with many Scenarios
without having to comment the other ones;
    2 - Call only one scenario from a .scenario file in other .scenario
file. I tried to use the GivenScenarios, but it runs every scenario in that
file. Something like this:
 
===aaa.scenario===
Story: aa
 
Scenario: a1
Given ...
...
 
Scenario: a2
Given ...
...
 
===end aaa.scenario===
 
===bbb.scenario===
Story: bb
 
Scenario: b1
GivenScenarios: path/aaa.scenario:"Scenario a2"
Given ...
...
 
===end bbb.scenario===
 
Thanks,

Diogo Luis Andrade Silva

Reply via email to