You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by kukudas <ku...@googlemail.com> on 2009/02/10 15:01:10 UTC

Mavenium browser specification

hi,

is it possible to set up the mavenium plugin that the testsuits will be run
in more than one browser ?
For example my configuration now is like this:

<plugin>
<groupId>com.agilepirates</groupId>
<artifactId>mavenium</artifactId>
<version>0.1</version>
<executions>
<execution>
<goals>
<goal>launch-selenium</goal>
<goal>validate-selenium-tests</goal>
</goals>
</execution>
</executions>
<configuration>
<server.port>80</server.port>
<selenium.tests.source.dir>${basedir}/src/selenium</selenium.tests.source.dir>
<browser.name>opera</browser.name>
</configuration>
</plugin>

Atm this will execute my test in opera, how do i have to change the
configuration that opera,firefox,iexplore and custom browsers get executed
one by one ? Is this even possbile by configuration?

thanks kukudas
-- 
View this message in context: http://www.nabble.com/Mavenium-browser-specification-tp21934224p21934224.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org