Re: [jbehave-dev] Jbehave @skip Info

2012-10-10 Thread अजय सिंह
Dear Mauro, The problem is resolved. The issue was that there were two metafilters tags were defined in pom.xml -skip true false 1 I think because of this, lower empty meta-filter , the settings were over-written Thanks Ajay On 11 October 2

[jbehave-dev] [jira] (JBEHAVE-838) can I pass multiple table with multiple parameter in Given

2012-10-10 Thread Mauro Talevi (JIRA)
Mauro Ta

[jbehave-dev] [jira] (JBEHAVE-838) can I pass multiple table with multiple parameter in Given

2012-10-10 Thread Mauro Talevi (JIRA)
Mauro Talevi

Re: [jbehave-dev] Jbehave @skip Info

2012-10-10 Thread Mauro Talevi
Please provide a simple example project reproducing your behaviour and we'll have a look. On 10/10/2012 09:47, अजय सिंह wrote: Hi, In order to skip 2nd scenraio marked with @skip as below Meta: @storyName test.story Scenario: reprocess package from AMC Meta: @index 1 Given Step1.1 Then Step1

[jbehave-dev] [jira] (JBEHAVE-838) can I pass multiple table with multiple parameter in Given

2012-10-10 Thread Goops Shre (JIRA)
Goops Shre c

Re: [jbehave-dev] Jbehave @skip Info

2012-10-10 Thread अजय सिंह
Hi, In order to skip 2nd scenraio marked with @skip as below Meta: @storyName test.story Scenario: reprocess package from AMC Meta: @index 1 Given Step1.1 Then Step1.2 *Scenario: reprocess package from AMC1* Meta: @skip @index 2 Given Step2.1 Then Step2.2 And i updated pom (maven goal ) as b

[jbehave-dev] [jira] (JBEHAVE-839) Story meta incorrectly parsed when GivenStories are specified at story level

2012-10-10 Thread Mauro Talevi (JIRA)
Mauro Ta

[jbehave-dev] [jira] (JBEHAVE-839) Story meta incorrectly parsed when GivenStories are specified at story level

2012-10-10 Thread Mauro Talevi (JIRA)
Mauro Talevi

[jbehave-dev] [jira] (JBEHAVE-839) Story parser is unable to parse end of the line for meta-tag in story file

2012-10-10 Thread Mauro Talevi (JIRA)
Mauro Talevi

Re: [jbehave-dev] Jbehave @skip Info

2012-10-10 Thread Mauro Talevi
http://jbehave.org/reference/stable/meta-filtering.html To skip the second scenario, marked by @skip, use meta filter "-skip" For example via Maven: http://jbehave.org/reference/stable/maven-goals.html On 10/10/2012 08:34, अजय सिंह wrote: Hi, Can anyone explain me how to skip a scenario? I w