Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.01 KB

File metadata and controls

34 lines (22 loc) · 1.01 KB

Framework of automated GUI tests with Selenium WebDriver, JUnit5, Java and Gradle

Framework to test in the graphical user interface layer.

Pre-conditions

Tools:

Libraries:

Patterns Applied

  • Page Objects
  • Base Test

CLI

Run all test classes through command line:

Linux/Mac

./gradlew clean test  

Windows

gradle clean test

Report

As soon as tests are executed, a html file report is displayed:

build -> reports -> tests -> test -> index.html