How to stop Cucumber runner from printing the details in the console ?
String [] argv = new String[]{
"-g"
,"components"
,"./Features"
//,"-t","@functional,@regression"
,"-n","Validate_login_search_using_sku_id"
};
ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
There is something known as "Monochrome" but not sure how to add that in the argv