cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.07k stars 1.09k forks source link

Replace JUnit formatter with messages-based package #2445

Closed davidjgoss closed 2 weeks ago

davidjgoss commented 2 weeks ago

🤔 What's changed?

This PR replaces the existing JUnit formatter - built using the old-style pattern - with the one from https://github.com/cucumber/junit-xml-formatter.

⚡️ What's your motivation?

The new formatter has parity with the Java implementation and uses the new plugin-based pattern with messages and query.

🏷️ What kind of change is this?

(This is not a breaking change because the old formatter was never publicly exported.)

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

coveralls commented 2 weeks ago

Coverage Status

coverage: 97.765% (-0.07%) from 97.838% when pulling 0cc5c7b91af93c9d25f1163482af12bf1dba8bb0 on junit-formatter-messages into ddf424a7a55e45535a2f2c5f8b04562ed7a0c5fc on main.