selenium-web-automation-gradle Technology: Tool: selenium IDE: IntelIJ Build tool: Gradle Language: Java Framework: TestNG Requirement: Navigate to an ecommerce site Register a customer account with unique email Login to customer account Search for an item by typing 'dress' on search box Add to cart Checkout item Assert with purchase confirmation message Prerequisite: Need to install jdk 1.8 Need good internet connectivity Run the automation script: Open cmd to the project folder Type this command: gradle clean test Selenium will open the browser and start automation. To view report, type this command: allure generate allure-results --clean -o allure-report allure serve allure-results Report View