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 227a240 + ae0dee7 commit a8a18d3Copy full SHA for a8a18d3
examples/cucumber/build.gradle
@@ -11,6 +11,6 @@ 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.1.0'
14
- testImplementation 'io.cucumber:cucumber-junit:7.0.0'
+ testImplementation 'io.cucumber:cucumber-junit:7.1.0'
15
testImplementation 'org.testcontainers:selenium'
16
}
0 commit comments