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 c466c22 + 175da64 commit 5e0dc68Copy full SHA for 5e0dc68
examples/cucumber/build.gradle
@@ -11,7 +11,7 @@ dependencies {
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.9.0'
14
- testImplementation 'io.cucumber:cucumber-junit:7.8.0'
+ testImplementation 'io.cucumber:cucumber-junit:7.9.0'
15
testImplementation 'org.testcontainers:selenium'
16
testImplementation 'org.assertj:assertj-core:3.23.1'
17
}
0 commit comments