You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late reply @vitalets, this is unfortunate with the content being fetch'd and thus subject to CORS policy.
I'm thinking we could offer a bit more granularity for the externalAttachments option, something like:
NONE - nothing externalised
BINARY - images, videos and other binary files are externalised (since these don't run into CORS issues), but nothing else
ALL - everything externalised except logs
And have true become an alias for BINARY as good default for users who want to save file size.
What do you think?
(We could also give some advice in the docs that if you have externalised text attachments you could run a local web server to view the report, which would work fine.)
👓 What did you see?
I have the following step that attaches plain text:
I run Cucumber with HTML formatter and external attachments enabled:
When I open
report.html
from the local filesystem, I see the following error:✅ What did you expect to see?
I expect that
some text
would be displayed in the report.📦 Which tool/library version are you using?
🔬 How could we reproduce it?
No response
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: