RE: [jbehave-dev] Override step in Jbehave

2015-04-13 Thread Patel, Nikunj (GE Healthcare)
is parametrised scenarios, where the values are replaced at the each execution. The table values can be read from a file. If you can provide a simplified example of your usecase we can add it our core examples. Cheers On 12 Apr 2015, at 17:56, Patel, Nikunj (GE Healthcare) nikunj.pa

RE: [jbehave-dev] Override step in Jbehave

2015-04-12 Thread Patel, Nikunj (GE Healthcare)
/jbehave/jbehave-core/blob/master/examples/core/src/main/java/org/jbehave/examples/core/steps/TraderSteps.java Look for: public Trader retrieveTrader(String name); On 05/04/2015 16:07, Patel, Nikunj (GE Healthcare) wrote: Thanks Mauro. Can you please guide to the example (if any)? Thanks, Nikunj

RE: [jbehave-dev] Override step in Jbehave

2015-04-03 Thread Patel, Nikunj (GE Healthcare)
parameter type, e.g. ErrorCode. Then you implement the value conversion logic in the parameter converter. That said, it does not really seem very logical to do this. What's your usecase? On 03/04/2015 03:00, Patel, Nikunj (GE Healthcare) wrote: Hi, Is there any way in Jbehave we can override step

[jbehave-dev] Override step in Jbehave

2015-04-02 Thread Patel, Nikunj (GE Healthcare)
Hi, Is there any way in Jbehave we can override step with converted parameter values? Here is what I am trying to do: For Example: I have step in feature file- Then error message abc should be displayed. Let's see I am converting string from abc to xyz. Now, I want to override feature file

[jbehave-dev] Additional info in HTML report

2015-03-30 Thread Patel, Nikunj (GE Healthcare)
Hi, I would like know if there is a way to add additional logging in HTML report specially for successful steps. We are required to provide objective evidence in test results and as part of it we are thinking to add PASSED or SUCCESS before/after each successful step. What do you suggest to

RE: [jbehave-dev] Additional info in HTML report

2015-03-30 Thread Patel, Nikunj (GE Healthcare)
. Cheers On 30/03/2015 19:23, Patel, Nikunj (GE Healthcare) wrote: Hi, I would like know if there is a way to add additional logging in HTML report specially for successful steps. We are required to provide objective evidence in test results and as part of it we are thinking to add PASSED