Skip to content

selenide-examples/gmail

Repository files navigation

Selenide examples: Gmail

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

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

How to run

To run Gmail tests, just type from command line:

./gradle -Dgmail.username=your_email@gmail.com -Dgmail.password=your_gmail_password

Alternatively, you can add these lines to file <USER_HOME>/.gradle/gradle.properties

systemProp.gmail.username=your_email@gmail.com
systemProp.gmail.password=your_gmail_password

And just run ./gradlew from command line.

Feel free to share your feedback!

Video

It's a short video demonstrating how it works:

https://vimeo.com/115448433

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages