Automation testing of Amazon's website using Selenium-WebDriver, Cucumber-JVM and Spring Boot.
Prerequisites: JDK 1.8
Configuration: Set browser and WebDriver's wait time in src\main\resources\application.properties
-
Clone the repository locally.
-
From project root:
- On Windows: Run
mvnw.cmd
- On linux: Run
mvnw
- On Windows: Run