Skip to content

Commit

Permalink
fix: add selenium-support (#110)
Browse files Browse the repository at this point in the history
* fix: add `selenium-support`

Fixes gh-109
  • Loading branch information
matrei authored Dec 19, 2024
1 parent b4f35e6 commit 68394d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ dependencies {
testFixturesApi "org.seleniumhq.selenium:selenium-chrome-driver:$seleniumVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion"

testFixturesImplementation "org.seleniumhq.selenium:selenium-support:$seleniumVersion"

testFixturesCompileOnly "org.slf4j:slf4j-nop:$slf4jVersion" // Remove warning about missing slf4j binding during compilation

documentation "org.codehaus.groovy:groovy:$GroovySystem.version"
Expand Down

0 comments on commit 68394d9

Please sign in to comment.