Re: [jbehave-dev] Override step in Jbehave

2015-04-13 Thread Mauro Talevi
You could convert it from your own file format using a table transformer. http://jbehave.org/reference/stable/tabular-parameters.html On 13/04/2015 17:24, Patel, Nikunj (GE Healthcare) wrote: I thought about parametrized scenarios option to read table values from a file but then looks like

[jbehave-dev] [jira] (JBEHAVE-833) Provide a configurable timeout value for each story running time

2015-04-13 Thread Mauro Talevi (JIRA)
Title: Message Title Mauro Talevi commented on an issue

Re: [jbehave-dev] Override step in Jbehave

2015-04-13 Thread Mauro Talevi
Hi, Sorry but I had misunderstood the usecase, the report will show the original textual value. What you might consider 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

[jbehave-dev] [jira] (JBEHAVE-833) Provide a configurable timeout value for each story running time

2015-04-13 Thread Christopher Aguirre (JIRA)
Title: Message Title Christopher Aguirre commented on an issue

RE: [jbehave-dev] Override step in Jbehave

2015-04-13 Thread Patel, Nikunj (GE Healthcare)
I thought about parametrized scenarios option to read table values from a file but then looks like we need to create external resource file in table format and maintain. Is there any way we can read from our existing data source (file or database) directly without converting to table format?