In this post, we will introduce you to two powerful Jenkins plugins, which can help you to analyze and deflake your flaky tests and make your Jenkins builds greener.
If you have ever built or worked on a testing framework, then you probably experienced “Flaky tests”. Flaky tests are inconsistent tests which provide different results (pass or fail) for different test runs. In this post, we introduce some hints, where the cause of the flakiness can hide and will show some tricks, how can you reduce the flakiness of your tests.