A testing repository using Selenium and TestNG to automate an e-commerce website Envo Ecommerce and its suite of applications.
- Tool: Selenium
- IDE: IntelIJ
- Build tool: Gradle
- Language: Java
- Framework: TestNG
- Install jdk 8 or any LTS version
- Configure JAVA_HOME and GRADLE_HOME
- Download Allure latest version and configure system environment path
- Stable internet connection
- Clone the repo in your local directory
- Open terminal to the project folder
- Run command
gradle clean test
to build the project
gradle clean test
- Run command
allure generate allure-results --clean -o allure-report
to generate allure report.
allure generate allure-results --clean -o allure-report
- Run command
allure serve allure-results
to generate html report and automatically open it in a web browser.
allure serve allure-results
These are the screenshots of Allure reports: