HOTEL PLANISPHERE is a complete End-To project where an is automated by writing test suites using selenium-webdriver and TestNg as testing framework and generate test reports from Allure.
The following modules are testing automated:
- Sign up
- Sign in
- Reservation
- Logout
Tool: Selenium Webdriver
IDE: Intellij IDEA
Build tool: Maven
Language: Java
Testing Framework: TestNG
Test Report Tool: Allure
- Need to install jdk 18, Maven
- Configure Environment variable for jdk 18, Maven
- Clone this project and unzip it
- Open the project folder
- Double click on "build.maven" and open it through IntellIJ IDEA
- Let the project build successfully
- Click on "Terminal" and run the automation scripts
mvn clean test
- Selenium will open the browser and start automating.
- Download Latest one & check allure version
allure --version
-
Extract and copy Bin location and add to system env path
-
Run below command :
mvn clean test
-
Run your suite from .XML file
-
Copy Allure-result path location
-
Open cmd and paste Allure-result path location the below cmd line :
allure serve <Allure-result path location>
Overview:
Packages: