| 1 | = Selenium @ maven = |
| 2 | * well I have been these steps already. The problem is in the dependencies of the classes: [INFO] --- !selenium-maven-plugin:1.0-!beta-3:start-server (start) @ molgenis-app-omx --- |
| 3 | |
| 4 | [WARNING] The POM for org.openqa.selenium.server:!selenium-server:jar:!standalone:1.0-beta-1 is missing, no dependency information available |
| 5 | |
| 6 | [WARNING] The POM for org.openqa.selenium.client-!drivers:selenium-java-client-!driver:jar:1.0-beta-1 is missing, no dependency information available |
| 7 | |
| 8 | Have you successfully imported in your pom file the selenium? |
| 9 | |
| 10 | Are the imports: |
| 11 | |
| 12 | //import com.thoughtworks.selenium.!DefaultSelenium; |
| 13 | |
| 14 | //import com.thoughtworks.selenium.!HttpCommandProcessor; |
| 15 | |
| 16 | //import com.thoughtworks.selenium.Selenium; |
| 17 | |
| 18 | working for you ? |
| 19 | |
| 20 | cheers, |
| 21 | |
| 22 | ------------------------------- |
| 23 | |
| 24 | I have also tried: |
| 25 | |
| 26 | changing dependency to dependency to version 1.0.3.Does not generate. |
| 27 | adding from http://mojo.codehaus.org/build-helper-maven-plugin/usage.html where selenium: without the <execution> which is not supported (as the error says explicitly: |
| 28 | Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.8:reserve-network-port (execution: reserve-network-port, phase: process-resources)) |
| 29 | |
| 30 | Does not generate. |
| 31 | |
| 32 | version 2.0 although has downloaded several components successfully |
| 33 | and generated successfully the import |
| 34 | import com.thoughtworks.* |
| 35 | cannot be found |
| 36 | |
| 37 | |
| 38 | !http://www.wunderkraut.com/blog/creating-and-running-a-simple-selenium-webdriver-test/2011-09-15 |