We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e955b4 + d5fe881 commit bc6fbfeCopy full SHA for bc6fbfe
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:7.6.0'
+ testImplementation 'io.cucumber:cucumber-java:7.8.0'
14
testImplementation 'io.cucumber:cucumber-junit:7.8.0'
15
testImplementation 'org.testcontainers:selenium'
16
}
0 commit comments