This is regarding issues in generating HTML report after I run cucumber tests
I have 2 tests in my eclipse project and when I ran these tests though maven it gets executed successfully.
But, when I see my HTML report, it displays details of only one test case.
Also, the cucumber.json file which gets generated has details of only one test case(though I ran 2 test cases), Can you please help me in this regard.
Please let me know if you require any other information.
I have attached the pom.xml which I have been using for your reference.