This is not possible at the moment.

It will be when we implement filters based on meta info
(http://jira.codehaus.org/browse/JBEHAVE-220)

On 25/08/2010 21:31, Diogo Luis Andrade Silva wrote:
> 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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to