Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 300 Bytes

seleniumdemo

Test automation demo project for Selenium Webdriver API - supports both maven and gradle builds

How to run tests

  • using maven - navigate to project root and run mvn clean install command

  • using gradle - navigate to project root and run gradle runTests command