Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 823 Bytes

File metadata and controls

17 lines (11 loc) · 823 Bytes

Codacy Badge CircleCI

Amazon Automation Testing

Automation testing of Amazon's website using Selenium-WebDriver, Cucumber-JVM and Spring Boot.

To run the project locally

Prerequisites: JDK 1.8

Configuration: Set browser and WebDriver's wait time in src\main\resources\application.properties

  1. Clone the repository locally.

  2. From project root:

    • On Windows: Run mvnw.cmd
    • On linux: Run mvnw