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.
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!
It's a short video demonstrating how it works: