Reputation: 101
Can Allure reports be implemented with TestNG without using Maven?
I just want to get allure reports without maven. Is there any possibility of doing this?
Upvotes: 1
Views: 919
Reputation: 2799
Yest, this is possible. Just get the jar and add it to your project's class path. That's all. You can get the jar from here:
https://mvnrepository.com/artifact/ru.yandex.qatools.allure/allure-testng-adaptor/1.2.2
Upvotes: 1