We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993c82b commit b0d042dCopy full SHA for b0d042d
examples/cucumber/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
11
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
12
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13
- testImplementation 'io.cucumber:cucumber-java:6.9.1'
+ testImplementation 'io.cucumber:cucumber-java:7.8.0'
14
testImplementation 'io.cucumber:cucumber-junit:6.9.1'
15
testImplementation 'org.testcontainers:selenium'
16
}
0 commit comments