Mauro Talevi (JIRA | 4 Oct 2011 19:45

[jira] Created: (JBEHAVE-609) Allow named parameters to be replaced in table row parameters values

Allow named parameters to be replaced in table row parameters values
--------------------------------------------------------------------

                 Key: JBEHAVE-609
                 URL: https://jira.codehaus.org/browse/JBEHAVE-609
             Project: JBehave
          Issue Type: Improvement
            Reporter: Mauro Talevi
            Assignee: Mauro Talevi
            Priority: Minor
             Fix For: 3.5.2, 3.6

Named parameters, e.g. coming from the examples table in parametrised scenarios, should be optionally
replaced in the row parameters values

Given a parametrised table:
|name|value|
|name1|<scheme>|

Examples:
|<scheme>| 
|scheme1| 
|scheme2|

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe from this list, please visit:
(Continue reading)

Mauro Talevi (JIRA | 4 Oct 2011 19:47

[jira] Resolved: (JBEHAVE-609) Allow named parameters to be replaced in table row parameters values


     [
https://jira.codehaus.org/browse/JBEHAVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauro Talevi resolved JBEHAVE-609.
----------------------------------

    Resolution: Fixed

> Allow named parameters to be replaced in table row parameters values
> --------------------------------------------------------------------
>
>                 Key: JBEHAVE-609
>                 URL: https://jira.codehaus.org/browse/JBEHAVE-609
>             Project: JBehave
>          Issue Type: Improvement
>            Reporter: Mauro Talevi
>            Assignee: Mauro Talevi
>            Priority: Minor
>             Fix For: 3.5.2, 3.6
>
>
> Named parameters, e.g. coming from the examples table in parametrised scenarios, should be optionally
replaced in the row parameters values
> Given a parametrised table:
> |name|value|
> |name1|<scheme>|
> Examples:
> |<scheme>| 
> |scheme1| 
(Continue reading)

Mauro Talevi (JIRA | 5 Oct 2011 04:00

[jira] Updated: (JBEHAVE-609) Allow named parameters to be replaced in table row parameters values


     [
https://jira.codehaus.org/browse/JBEHAVE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauro Talevi updated JBEHAVE-609:
---------------------------------

    Description: 
Named parameters, e.g. coming from the examples table in parametrised scenarios, should be optionally
replaced in the row parameters values

Given a parametrised table:
|name|value|
|name1|<scheme>|

Examples:
|<scheme>| 
|scheme1| 
|scheme2|

Values can be retrieved from the parameters row, using the option to replace named parameters:

{code}
boolean replaceNamedParameters = true;
String value = table.getRowAsParameters(0, replaceNamedParameters).valueAs("value", String.class);
{code}

  was:
Named parameters, e.g. coming from the examples table in parametrised scenarios, should be optionally
replaced in the row parameters values
(Continue reading)

Mauro Talevi (JIRA | 5 Oct 2011 10:29

[jira] Created: (JBEHAVE-610) Add Jenkins support

Add Jenkins support
-------------------

                 Key: JBEHAVE-610
                 URL: https://jira.codehaus.org/browse/JBEHAVE-610
             Project: JBehave
          Issue Type: New Feature
            Reporter: Mauro Talevi
            Assignee: Mauro Talevi
             Fix For: 3.5.2, 3.6

As Jenkins and Hudson have started to diverge, it's useful to have separate plugins that can track
different versions of the tools.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

    http://xircles.codehaus.org/manage_email

Mauro Talevi (JIRA | 5 Oct 2011 10:31

[jira] Updated: (JBEHAVE-610) Add Jenkins support


     [
https://jira.codehaus.org/browse/JBEHAVE-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauro Talevi updated JBEHAVE-610:
---------------------------------

    Component/s: Jenkins Support

> Add Jenkins support
> -------------------
>
>                 Key: JBEHAVE-610
>                 URL: https://jira.codehaus.org/browse/JBEHAVE-610
>             Project: JBehave
>          Issue Type: New Feature
>          Components: Jenkins Support
>            Reporter: Mauro Talevi
>            Assignee: Mauro Talevi
>             Fix For: 3.5.2, 3.6
>
>
> As Jenkins and Hudson have started to diverge, it's useful to have separate plugins that can track
different versions of the tools.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
(Continue reading)

Mauro Talevi (JIRA | 6 Oct 2011 15:30

[jira] Created: (JBEHAVE-611) The StoryRunner should use the configured FailureStrategy when resetting the story failure state

The StoryRunner should use the configured FailureStrategy when resetting the story failure state
------------------------------------------------------------------------------------------------

                 Key: JBEHAVE-611
                 URL: https://jira.codehaus.org/browse/JBEHAVE-611
             Project: JBehave
          Issue Type: Improvement
            Reporter: Mauro Talevi
            Priority: Minor
             Fix For: 3.5.2, 3.6

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

    http://xircles.codehaus.org/manage_email

Paul Hammant (JIRA | 6 Oct 2011 15:51

[jira] Created: (JBEHAVE-612) Groovy base page classes in web-selenium

Groovy base page classes in web-selenium
----------------------------------------

                 Key: JBEHAVE-612
                 URL: https://jira.codehaus.org/browse/JBEHAVE-612
             Project: JBehave
          Issue Type: New Feature
          Components: Web Selenium
    Affects Versions: web-3.4
            Reporter: Paul Hammant
            Assignee: Paul Hammant
            Priority: Minor

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

    http://xircles.codehaus.org/manage_email

Paul Hammant (JIRA | 6 Oct 2011 16:37

[jira] Resolved: (JBEHAVE-612) Groovy base page classes in web-selenium


     [
https://jira.codehaus.org/browse/JBEHAVE-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Hammant resolved JBEHAVE-612.
----------------------------------

    Resolution: Fixed

> Groovy base page classes in web-selenium
> ----------------------------------------
>
>                 Key: JBEHAVE-612
>                 URL: https://jira.codehaus.org/browse/JBEHAVE-612
>             Project: JBehave
>          Issue Type: New Feature
>          Components: Web Selenium
>    Affects Versions: web-3.4
>            Reporter: Paul Hammant
>            Assignee: Paul Hammant
>            Priority: Minor
>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

(Continue reading)

Yi Yang | 7 Oct 2011 15:18
Favicon

How I can add snapshot into the View(html) pages?


Hello,

I am a user of the jbehave. Currently, we use jbehave to simulate the user actions for testing the
Swing-based application.

I just have a question on the View(html) pages. The view pages can display the result of the testing and
exception. But I am wondering if it is possible to add a snapshot into that page.

I have already written the code in our application to capture a snapshot when Junit test cases fail. What I
want to do now is to load the snapshots into the View pages. Can I ask how I can do it please?

I am veiwing the source code of "org.jbehave.core.reporters" but can't find correct place to add the code.

Could you mind giving me some tips please? Any tips are very welcomed.

Kind regards
Yi

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

    http://xircles.codehaus.org/manage_email

Paul Hammant (JIRA | 13 Oct 2011 14:11

[jira] Created: (JBEHAVE-613) PicoConainer Injection type for typical Groovy+WebDriver cases

PicoConainer Injection type for typical Groovy+WebDriver cases
--------------------------------------------------------------

                 Key: JBEHAVE-613
                 URL: https://jira.codehaus.org/browse/JBEHAVE-613
             Project: JBehave
          Issue Type: Improvement
          Components: Web Selenium
    Affects Versions: web-3.4
            Reporter: Paul Hammant
            Assignee: Paul Hammant
            Priority: Minor

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

    http://xircles.codehaus.org/manage_email


Gmane