Selenium TestRunner look for the suite.html in the webapp server context 
instead of the selenium server context
---------------------------------------------------------------------------------------------------------------

                 Key: MSELENIUM-46
                 URL: http://jira.codehaus.org/browse/MSELENIUM-46
             Project: Maven 2.x Selenium Plugin
          Issue Type: Bug
         Environment: Maven version: 2.0.10
Java version: 1.5.0_16
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
            Reporter: Mael Caldas
            Assignee: Jason Dillon
         Attachments: reportMavenSeleniumPlugin.doc

In a functional tests module, sibling of my webapp module, when configuring a 
startUrl parameter for the localhost running instance of the application, the 
Test Runner try to find the suite.html in a context on the server running my 
web app instead of the server running the selenium server.

Module“s plugin configuration:

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>selenium-maven-plugin</artifactId>
        <version>1.0-rc-2-SNAPSHOT</version>
        <configuration>
          <browser>*firefox</browser>
          <suite>src/it/selenium/suite.html</suite>
          <startURL>http://localhost:8080</startURL>
        </configuration>

        <executions>
          <execution>
            <id>integration-test</id>
            <phase>integration-test</phase>
            <goals>
              <goal>selenese</goal>
            </goals>
          </execution>
        </executions>

      </plugin>




I took some screenshots and made a  detailed description in a document 
attached. Please see the attachment for more detail of the situation.

Thanks,

Mael



-- 
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