Skip to content

A Project helps to setup selenium-standalone server locally for gui testing.

License

Notifications You must be signed in to change notification settings

qtopie/SeleniumUtil

Repository files navigation

SeleniumUtil

Have a try!

You should have installed the lastest chrome in your computer

  • Run ./gradlew setupLocal to setup local environment for selenium server.
  • Run ./gradlew runSelenium to run the selenium server.
  • Run ./gradlew test to start the sample of GUI tests.

Using behind proxy

If you need proxy to download files in setupLocal task, run following commands instead of gradlew setupLocal:

# proxy host 10.0.0.1, port 8118
# change it to your own
./gradlew setupLocal -PproxyHost=10.0.0.1 -PproxyPort=8118

Selenium Docker

Run selenium grid with docker. https://github.com/SeleniumHQ/docker-selenium

About

A Project helps to setup selenium-standalone server locally for gui testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages