Skip to content

chit786/learnqa-docker-selenium-baseline

Repository files navigation

learnqa-docker-selenium-baseline

Codacy Badge Build Status

Why another test automation setup

Docker is a consistent way of reproducible steps and to minimize the efforts one has to put on setting up selenium-grid infrastructure , in this repo you will find all the setup with startup and teardown scripts to setup selenium grid using 2 proven flavors :

default test

./gradlew clean test

using zalenium with gradle

./gradlew clean test -PdockerSetup=zalenium -DREMOTE_DRIVER=true

using selenoid with gradle

./gradlew clean test -PdockerSetup=selenoid -DREMOTE_DRIVER=true

About

Docker + TestNg + Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published