Skip to content

selenide-examples/gmail

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2025
Jan 17, 2025
Oct 25, 2023
Jul 7, 2023
May 25, 2020
Feb 26, 2025
May 10, 2018
Jan 17, 2025
Jan 17, 2025

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 [email protected] -Dgmail.password=your_gmail_password

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

[email protected]
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