Hi, Thanks for clarification Mauro. As per your mail, I understand, JBehave makes no distinction between those two types of pending steps. But, as per our requirement, we need to provide distinction between them . Is it possible to achieve the same? It would really be a great help if some solution is suggested.
On Fri, Jun 14, 2013 at 1:06 PM, Mauro Talevi <[email protected]>wrote: > Hi, > > pending steps are steps that are either not matched, i.e. their > implementation method is missing, or marked as @Pending. > > JBehave makes no distinction between these two types of pending steps. > > So, your steps in scenario B will be shown as pending as well. > > Cheers > > > On 14/06/2013 07:32, Ritesh Keshri wrote: > > Hi, > Thanks again for response. > > As per my understanding if a step is pending DEV team has to add @Pending > annotation in the step class for that particular step. > My requirement here is- QE team writes a scenario and but by mistake Dev > team did not provide any implementation at all. I want to capture such > scenario under "Not Implemented" column. > > Please find below an example > > Scenario A > > Step 1 - @pending > Step 2 - @Pending > > > Scenario B > > Step 1 - No Information > Step 2 -No Information > > I want to capture scenario B under" Not Implemented" column in scenario > tab of the report. > > > > On Tue, Jun 11, 2013 at 4:20 PM, Mauro Talevi > <[email protected]>wrote: > >> But that's precisely what "pending" gives you. It's already provided. >> >> On 11 Jun 2013, at 10:59, Ritesh Keshri <[email protected]> >> wrote: >> >> Hi >> Thanks for response >> >> I need to add an additional column, "Not Implemented" in the Scenarios >> tab. This column would capture all those scenarios which have been written >> by QE but not implemented by Dev >> >> >> On Sat, Jun 8, 2013 at 1:06 AM, Mauro Talevi >> <[email protected]>wrote: >> >>> You're going to have to be more specific about what you're trying to >>> do. >>> >>> What field are you trying to add? Who generates the data and when? >>> >>> Please provide a sample project reproducing your use case. >>> >>> Cheers >>> >>> On 7 Jun 2013, at 13:02, Ritesh Keshri <[email protected]> wrote: >>> >>> Hello, >>> >>> I have a requirement to add a new field in jbehave report page. Can >>> you please let me know how to customize jbehave report page. >>> >>> Below is the sample what I want to achieve in report page : >>> ___________________________________________________________________ >>> Steps >>> ____________________________________________________________________ >>> >>> Total | Successful | Pending | Failed | No performed | *customized_filed >>> * | Ignorable >>> _____________________________________________________________________ >>> -- >>> Regards >>> Ritesh >>> >>> +91-9535084967 | Bangalore | India >>> >>> >> >> >> -- >> Regards >> Ritesh >> >> > > > -- > Regards > Ritesh > > > -- Regards Ritesh
