Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osandadeshan/selenide-page-object-demo

This is a sample project to demonstrate Web UI Automation using Selenide.
https://github.com/osandadeshan/selenide-page-object-demo

java page-object-model selenide selenide-driver selenium-driver

Last synced: about 19 hours ago
JSON representation

This is a sample project to demonstrate Web UI Automation using Selenide.

Awesome Lists containing this project

README

        

Selenide Example: Google search
===============================

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

**You can check out and run it locally with a few minutes.**

### How to run with Maven

Type from command line for running tests in different browsers:

```
mvn clean test -Dbrowser=chrome
mvn clean test -Dbrowser=headless-chrome
mvn clean test -Dbrowser=firefox
mvn clean test -Dbrowser=headless-firefox
mvn clean test -Dbrowser=ie
mvn clean test -Dbrowser=edge
mvn clean test -Dbrowser=safari
```

_Feel free to share your feedback!_

### Video

It's a short video demonstrating how it works:

https://vimeo.com/107647158