Hi. This is Mihai Surdeanu, a passionate software developer. Pleased to meet you. This is my personal blog. Please let me know if you enjoy it!
Today, we will continue the series of articles about Java as programming language and we will try to present a case when strange things happens under the hood. As a result, we can end up with different production issues.
Hello boys & girls,
After a long period without no technical article, today, the time comes for a new one. It’s time to talk about how it’s possible to have multiple test executions using maven-surefire-plugin. First question is why we would like to multiple executions? Why one execution is not enough?
This article advice you on how a custom Cucumber plugin can be created to intercept test cases results and to publish them to a 3rd party entity. Since version 4.0.0, Cucumber allows custom plugins to be created and added to your internal test runners.