Skip to content

Files

Latest commit

abf7930 · Mar 17, 2025

History

History

testdata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 27, 2022
Jan 4, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 15, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Mar 17, 2025
Mar 17, 2025
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024
Nov 24, 2024
Nov 16, 2024

Acceptance test data

The junit xml formatter uses the examples from the cucumber compatibility kit for acceptance testing. These examples consist of .ndjson files created by the fake-cucumber reference implementation.

  • The .njdon files are copied in by running npm install.
  • The expected .xml files are created by running the MessagesToJunitXmlWriterAcceptanceTest#updateExpectedXmlReportFiles test.

We ensure the .ndjson files stay up to date by running npm install in CI and verifying nothing changed.

Should there be changes, these tests can be used to update the expected data:

  • Java: MessagesToJunitXmlWriterAcceptanceTest.updateExpectedXmlReportFiles