cucumber-jvm icon indicating copy to clipboard operation
cucumber-jvm copied to clipboard

Support attaching files to open test reports

Open mpkorstanje opened this issue 11 months ago • 6 comments

🤔 What's the problem you're trying to solve?

The JUnit Team is working on a new reporting format that more accurately represents hierarchical tests (https://github.com/junit-team/junit5/issues/4113). Recently support for file attachments was added. However, while Cucumber already supports attaching files to reports, it does yet translate these to the JUnit Platform.

✨ What's your proposed solution?

  • Map the embed and log events to JUnits file and report entries respectively.
  • Request support for media/mime types in reports from open test reporting
  • Request support for log files in reports from open test reporting

⛏ Have you considered any alternatives or workarounds?

No response

📚 Any additional context?

No response

mpkorstanje avatar Nov 29 '24 20:11 mpkorstanje