allure-results not creating with main method
When I am running my tests from with testng.xml it works but when I run with main method (code added below) these allure-results are NOT created while the TestNG test-output folder is created successfully
Allure TestNG report shows 0 test cases run while the allure-results and allure-reports were generated successfully
I used Allure TestNG report for my tests. This is my pom.xml file: