I am currently trying to use maven-selenium-plugin 1.0-beta2 with
MyEclipse 6.0.1 GA.  When I run my selenese tests on the command line,
the browser opens and the tests run fine, but when I run the same
integration test suite in through MyEclipse, the browser does not get
created.  I also notice that the results.html file is not created,
which indicates that the tests did not run.

Are there any plans to make the plugin work with MyEclipse?  Or do I
need to reconfigure this somehow?

My plugin is configured in the following way:

                       <plugin>
                               <groupId>org.codehaus.mojo</groupId>
                               <artifactId>selenium-maven-plugin</artifactId>
                               <executions>
                                       <execution>
                                               <id>firefox-testscripts</id>
                                               <phase>integration-test</phase>
                                               <goals>
                                                       <goal>selenese</goal>
                                               </goals>
                                               <configuration>

<browser>*firefox</browser>

<startURL>http://localhost:8080</startURL>

<suite>src/test/resources/selenium/TestSuite.html</suite>

<results>${project.build.directory}/selenium-firefox-results.html</results>
                                               </configuration>
                                       </execution>
                               </executions>
                       </plugin>

-ww

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

    http://xircles.codehaus.org/manage_email

Reply via email to