Open ishubhamjain opened 5 months ago
Place allure.properties file in the folder where jar is present.
@akila0791 it's not working either with placing file in the folder where jar is present.
outputFolder: "my-allure-results"
no idea if it's related to this ticket
Describe the Bug
I have set the allure.properties as allure.results.directory=./allure-results and place it at location "src/test/resources"
When I am running my tests from with testng.xml it works but when I run with this main method these allure-results is NOT creating while the TestNG test-output folder is creating successfully
I have tried passing the flag in command, setting
System.setProperty("allure.results.directory", path);
but it's not working as expectedSteps to Reproduce
Expected Behaviour
It should create an allure-results folder with the jar as well on the same project directly as the path set to allure.results.directory=./allure-results
Screenshots or Additional Context
No response
What Language are you using?
Java
What Framework/Allure Integration you are using?
allure-testng
What version of Allure Integration you are using?
2.27.0
What version of Allure Report you are using?
2.27.0
Code of Conduct