[ 
http://jira.codehaus.org/browse/MSELENIUM-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=183629#action_183629
 ] 

Jason R Briggs commented on MSELENIUM-53:
-----------------------------------------

Update: looks like the problem occurs when running the same test with 
TestRunner.  So it's nothing to do with the maven-selenium-plugin.

> selenium variables don't apear to work when run from maven
> ----------------------------------------------------------
>
>                 Key: MSELENIUM-53
>                 URL: http://jira.codehaus.org/browse/MSELENIUM-53
>             Project: Maven 2.x Selenium Plugin
>          Issue Type: Bug
>          Components: selenese
>            Reporter: Jason R Briggs
>            Assignee: Jason Dillon
>
> I've run into a problem with a test that works fine from the browser, but 
> fails when run from maven.  In a setup test, I use storeText to set some 
> variables.  For example:
> <tr>
>       <td>store</td>
>       <td>mytest.log</td>
>       <td>logname</td>
> </tr>
> Later on I use the variables in another test:
> <tr>
>       <td>type</td>
>       <td>logname</td>
>       <td>${logname}</td>
> </tr>
> If I run this within the browser, the variable value is used correctly.  If I 
> run from maven, the value is typed as ${logname} (i.e. not parsed at all).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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


Reply via email to