Yes it is (in 1.0-beta-2 which I've just upgraded to)

In my experience selenese port attribute is ignored and result is:

java.net.BindException: Selenium is already running on port 4444. Or some
other service is

because of

<execution>
<id>start-selenium</id>
<phase>pre-integration-test</phase>
<goals>
<goal>start-server</goal>
</goals>
<configuration>
...
</configuration>
</execution>

of selenium-maven-plugin.

Hint: add <port>...</port> to start-server configuration and use it in your
java test classes.
Selenese with html test suit will run on its default 4444 port.



mraible wrote:
> 
> Is it possible to run Selenese (HTML) tests and Java (surefire) tests in
> the same project? 
> 

-- 
View this message in context: 
http://www.nabble.com/-ANN--Selenium-Maven-Plugin-1.0-rc-1-released-tp21541551p23633208.html
Sent from the mojo - user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to