I am a test automation engineer at trivago N.V. (ex Senior Automation Engineer at Ubisoft Düsseldorf) writing and talking about software development and testing.
The brand new Cluecumber 3.9.0 reporting solution for Cucumber BDD and Karate tests is now released with a lot of fixes and improvements.
Also, it includes the new dark mode feature which was added by Giuseppe Donati
Check it out here: https://github.com/trivago/cluecumber
So far, I have published two pretty successful open source projects along with a few that are flying under the radar. In this post, I will share what I learned along the way with one of them.
I just released my new open source project "Sandboy Surefire Reporting". It is a very clear and concise alternative report generator for Surefire XML files.
I just released my new open source project "Property Aggregator" which combines different sources of Java properties into a single source of truth with custom rules.
I am featured in the first edition of the freshly started Cucumber Community Newsletter!
The online version can be read online here.
At trivago, we use a Cucumber based framework for end-to-end tests of our most important web applications. Cucumber stores test result as JSON files which can be turned into human-readable test reports.
Up until now we used the widespread cucumber-reporting Maven plugin.