Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 546 Bytes

devops-hackathon-test-suite

Selenium Test Scripts for devops-hackathon-test-suite project

Usage:

  1. Run the ant build using build.xml on the root folder
  2. It generates a jar file in ./build/test.jar
  3. Run the below command with desired parameters

java -jar build/test.jar WINDOWS FIREFOX

java -jar build/test.jar WINDOWS CHROME

java -jar build/test.jar LINUX FIREFOX

java -jar build/test.jar LINUX CHROME

Maintainers