A JUnit XML result formatter for the DaSpec JS Node runner, enabling integration with CI servers that consume JUnit XML reports. Version 1.0.0 is the current stable release. It is maintained as part of the DaSpec ecosystem, with low release cadence. Differentiator: dedicated to DaSpec's BDD-style specs, unlike generic JUnit reporters.
npm install daspec-junit-xml-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install DaSpec and the JUnit XML formatter, then run DaSpec with the formatter to generate JUnit XML reports.
Install daspec as a devDependency.
Set junit-xml-file-name to just a filename without a path, or provide full path relative to cwd.
Use ["daspec-junit-xml-formatter"] not "daspec-junit-xml-formatter".
Use --junit-xml-file-name filename, not --junit-xml-file-name=filename.
npm install daspec --save-dev
Create the output directory or set a different one that exists.