stonecsu / google

Automated tests for Google search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automated tests for Google search


Languages

Language:Java 44.3%Language:Shell 38.2%Language:Batchfile 17.5%