سؤال

I have about 50 feature files running on Jenkin Server and it produces .JSON file which will be fed into Cucumber Pie chart generator.

Jenkin produces file when All Tests Succeeds, and produces Pie chart as well

When any of the Test Step fails , It generates file with zero size (empty file)

My project is setup using surefire plug in...I dont know if that matters...

Thanks

لا يوجد حل صحيح

نصائح أخرى

The Way Cucumber exits.....

//System.exit(stats.hadErrors() || stats.hadFailures() ? 1 : 0);

System.exit(0);

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top