I'm using cucumber-jvm in my QA automation framework, in this framework once the scenario gets executed i pass on the scenario results to test case management tool testrail to update the pass/fail status. To get the scenario details i use Scenario object and methods to retrive the neccessary details e.g scenario.getStatus(), scenario.getName(), etc
But is there a way/method which can give the details of scenario outline e.g. how many test scenario outlines and their individual test status?