Creating Allure report with cucumber 6 (TestNG):
Introduction:
In my previous article (link), I have explained how you can create custom reports by overriding the concurrentListner class. This is handy knowledge as an engineer as it shows how reporters are actually implemented in the cucumber framework.
But when implementing projects you don’t have to repeat these boilerplates codes, most…