You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Ulrich Stärk (Created JIRA)" <ji...@apache.org> on 2011/12/16 15:02:30 UTC

[jira] [Created] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Allow for configuring Selenium-based integration tests using an annotation
--------------------------------------------------------------------------

                 Key: TAP5-1794
                 URL: https://issues.apache.org/jira/browse/TAP5-1794
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-test
    Affects Versions: 5.4
            Reporter: Ulrich Stärk
            Priority: Minor


It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Ulrich Stärk (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk reassigned TAP5-1794:
----------------------------------

    Assignee: Ulrich Stärk
    
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Ulrich Stärk (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk resolved TAP5-1794.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
    
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>             Fix For: 5.4
>
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171160#comment-13171160 ] 

Hudson commented on TAP5-1794:
------------------------------

Integrated in tapestry-trunk-freestyle #646 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/646/])
    TAP5-1794 - Allow for configuring Selenium-based integration tests using an annotation

As an example, convert ActivationRequestParameterTests to use the new annotation.

uli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215139
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/ActivationRequestParameterTests.groovy
* /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
* /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/TapestryTestConfiguration.java

                
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>             Fix For: 5.4
>
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171160#comment-13171160 ] 

Hudson commented on TAP5-1794:
------------------------------

Integrated in tapestry-trunk-freestyle #646 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/646/])
    TAP5-1794 - Allow for configuring Selenium-based integration tests using an annotation

As an example, convert ActivationRequestParameterTests to use the new annotation.

uli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1215139
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/ActivationRequestParameterTests.groovy
* /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java
* /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/TapestryTestConfiguration.java

                
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>             Fix For: 5.4
>
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Ulrich Stärk (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk reassigned TAP5-1794:
----------------------------------

    Assignee: Ulrich Stärk
    
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (TAP5-1794) Allow for configuring Selenium-based integration tests using an annotation

Posted by "Ulrich Stärk (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk resolved TAP5-1794.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
    
> Allow for configuring Selenium-based integration tests using an annotation
> --------------------------------------------------------------------------
>
>                 Key: TAP5-1794
>                 URL: https://issues.apache.org/jira/browse/TAP5-1794
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-test
>    Affects Versions: 5.4
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>             Fix For: 5.4
>
>
> It's intricate to run Selenium-based integration tests individually using IDEA's or Eclipse's TestNG integrations because they rely on some configuration that currently is being read from a TestNG XML configuration file. An annotation should be created with which developers can configure the necessary parameters, falling back to defaults if not provided.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira