Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 539 Bytes

Test Automation

This respository was created for an automation test of and e-mail provider. We use Gmail as an exemple for this test.

Requirements

  • Google chrome or Firefox (by default the tests will run on Chrome)
  • To run the test on command line, maven and java has to be on system variables

How to use

  • Clone this repository
  • Open the command line (git bash, cmd)
  • Navigate to destination folder
  • Run mvn clean test

Stack

  • Selenium WebDriver
  • Java
  • JUnit
  • Maven
  • IntelliJ Idea