Open
Description
🤔 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 (junit-team/junit5#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