cucumber / cucumber-js

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

Add application/zip support #2302

Closed topolanekmartin closed 1 year ago

topolanekmartin commented 1 year ago

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

I want to attach zip file to test results. In case my test case fails I want to see whole trace generated by playwright.

✨ What's your proposed solution?

Add support for application/zip in attach method.

⛏ Have you considered any alternatives or workarounds?

There is not workaround.

📚 Any additional context?


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

davidjgoss commented 1 year ago

You can specify any media type for the attach function. Is your issue more about the support in reports?

davidjgoss commented 1 year ago

It's worth noting that we recently released support for downloading attachments from the HTML report - previously anything that wasn't text or an image would be inaccessible.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 3 weeks with no activity. Remove the stale label or comment or this will be closed in another 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.