Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven version: 2.0.10
Java version: 1.5.0_16
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Number of attachments :
Description
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