Skip to content

willysalazar/selenide-basic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selenide-basic-example

This project comes to help other new QAs in web automation, bringing examples of how to use Selenide

How to use:


Installation

Clone

  • Clone this repository to your local machine using the command below:
	$ git clone https://github.com/willysalazar/selenide-basic-example.git

Execution

Access project root

	$ cd /your_directory/selenium-webdriver-java-example

Execute the command to run all tests in the project

	$ mvn clean test

Execute the command to run only one test class in the project

	$ mvn clean test -Dtest=<LoginTest>

Reports

Generate Allure reports

	$ mvn test allure:serve

Examples

SauceDemo Example List

Example project developed to perform automated tests on the website SauceDemo

  • Login
  • LoginParameterized
  • AddItemCart
  • CheckoutCompleteTest

Technologies:

  • Selenide
  • Java
  • Maven

Patterns

  • Page Object

Dependencies


About

This project comes to help other new QAs in web automation, bringing examples of how to use Selenide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages