Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 598 Bytes

File metadata and controls

25 lines (19 loc) · 598 Bytes

selenide | selenium-hub | docker | gradle Build Status

E2E testing using Selenide, Selenium Hub in Docker and Gradle build based on kotlin DSL

build and run

gradlew assemble
gradlew composeUp

test locally

gradlew :test
gradlew :test -P chrome
gradlew :test -P firefox

test using selenium hub

gradlew :test -P remote
gradlew :test -P remote -P chrome
gradlew :test -P remote -P firefox