Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process
I am new to Selenium learning to generate reports from Allure please help me I have downloaded the latest Allure file for windows, 1.2.17.3.zip(I have set the bin path in Environmental variables) .I have given the pom.xml allure dependency as 2.17.3 Now after running the testng suite,I can see the report are falling in the allure-results folder(.json files).
But when I try to convert them into reports using (allure serve target/allure-results it says no results files in the path)but I can see the files.
My pom.xml
kindly help me where i am going wrong
When I run in command prompt it says its not in the path to generate the report.But i can see the report check screenshot
C:\Users\Raja Family>allure serve C:\Users\Raja Family\eclipse-workspace\allurerep\allure-results
Generating report to temp directory...
Family\eclipse-workspace\allurerep\allure-results does not exist
Report successfully generated to C:\Users\Raja Family\AppData\Local\Temp\14510116464729806576\allure-report
Starting web server...
2022-03-24 07:55:57.212:INFO::main: Logging initialized @2602ms to org.eclipse.jetty.util.log.StdErrLog
Server started at . Press to exit
I am new to Selenium learning to generate reports from Allure please help me I have downloaded the latest Allure file for windows, 1.2.17.3.zip(I have set the bin path in Environmental variables) .I have given the pom.xml allure dependency as 2.17.3 Now after running the testng suite,I can see the report are falling in the allure-results folder(.json files).
But when I try to convert them into reports using (allure serve target/allure-results it says no results files in the path)but I can see the files. My pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">