To get the latest cucumber dependency, you may check the Cucumber website here or search.maven.org by searching 'cucumber-java'. The latest version is 3.0.2.
And copy cucumber gradle config to build.gradle file.
dependencies {
// testCompile 'io.cucumber:cucumber-java8:3.0.2'
testCompile 'io.cucumber:cucumber-java:3.0.2'
testCompile 'io.cucumber:cucumber-junit:3.0.2'
}
// testCompile 'io.cucumber:cucumber-java8:3.0.2'
testCompile 'io.cucumber:cucumber-java:3.0.2'
testCompile 'io.cucumber:cucumber-junit:3.0.2'
}
No comments:
Post a Comment