plugins要素に追加
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>selenium-maven-plugin</artifactId> <executions> <execution> <id>selenese-ie</id> <phase>integration-test</phase> <goals> <goal>selenese</goal> </goals> <configuration> <browser>*iexplore</browser> </configuration> </execution> </executions> <configuration> <suite>src/test/selenium/AppTestSuite.html</suite> <startURL>http://localhost:8080</startURL> <multiWindow>true</multiWindow> </configuration> </plugin>
pluginRepositories要素に追加
<pluginRepository> <id>mojo-snapshot</id> <url>http://snapshots.repository.codehaus.org/</url> </pluginRepository>参考:Maven2でSelenium RC - まとばと!
Blogged with Flock
0 件のコメント:
コメントを投稿