gepard-gherkin-cucumber/src/main/java/com/epam/gepard/gherkin/cucumber/CucumberEventListener.java (2 lines): - line 137: String naCase = "cucumber.api.PendingException: TODO: implement me"; - line 139: naTestCase("cucumber.api.PendingException: TODO: implement me"); gepard-core/src/main/java/com/epam/gepard/common/helper/ReportFinalizer.java (1 line): - line 83: props.setProperty("TCSrunned", String.valueOf(gSuite.getTestClassCount())); //TODO as gSuite won't be used, counting TCs should be arranged somehow