Changes between Initial Version and Version 1 of DespoinaLog/2013/23/05


Ignore:
Timestamp:
2013-05-23T15:04:28+02:00 (11 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2013/23/05

    v1 v1  
     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
     8Have you successfully imported in your pom file the selenium?
     9
     10Are the imports: 
     11
     12//import com.thoughtworks.selenium.!DefaultSelenium;
     13
     14//import com.thoughtworks.selenium.!HttpCommandProcessor;
     15
     16//import com.thoughtworks.selenium.Selenium;
     17
     18working for you ?
     19
     20cheers, 
     21
     22-------------------------------
     23
     24I have also tried:
     25
     26changing dependency to dependency to version 1.0.3.Does not generate.
     27adding 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:
     28Plugin 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
     30Does not generate.
     31
     32version 2.0 although has downloaded several components successfully
     33and generated successfully  the import
     34import 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