/google

Automated tests for Google search

Primary LanguageJava

Selenide examples: Google search

This is a sample project demonstrating how to test Google search UI with Selenide (Selenium webdriver).

You can checkout and run it locally with a few minutes.

How to run

To run Google tests (in Firefox), just type from command line:

./gradle

To run tests in Chrome, type:

./gradle chrome

Feel free to share your feedback!

Video

It's a short video demonstrating how it works:

https://vimeo.com/107647158

Opa Page Object styles!

The project contains tests in different styles:

  • without page object (selenide_straightforward)
  • with classic Selenium page object
  • with Selenide-style page object