selenium - How to change build class path in IntelliJ -


I want to change my build path in my groovy / gradleproject cucumber project because I have a change From source to test to main (trust that this is possible)

Even delete the build folder After and again tried to build the project, then it created a single square path and the error given below could be due to the class path problem.

  Groovyc: java.lang.NoClassDefFoundError: org / openqa / selenium / webdriver at java.lang.Class.getDeclaredMethods0 (Basic method) at java.lang. Class private.getDeclaredMethods (class.java:2531) at java.lang.Class.getDeclaredMethods (class.java855) org.codehaus.groovy.vmplugin.v5.Java5.configureClassNode (Java5.java:328)  < / Pre> 

Enter image details here

version

< IntelliJ: 13.0.3 Gradle 1.9 Groovy: 1.8.6

Returns error when trying to add folder as content root Enter image details here

Money Thanks


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -