Skip to content

Instantly share code, notes, and snippets.

@BenjaminLaschkar
Last active June 2, 2022 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenjaminLaschkar/5f0deb8f79a838a34e1e5961849fda16 to your computer and use it in GitHub Desktop.
Save BenjaminLaschkar/5f0deb8f79a838a34e1e5961849fda16 to your computer and use it in GitHub Desktop.
build.gradles.kts
dependencies {
testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
testImplementation("io.appium:java-client:7.6.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.1.4")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment