cucumber / godog

Cucumber for golang
MIT License
2.32k stars 254 forks source link

provisional: Attachments now uses base64 padding not raw mode #629

Closed Johnlon closed 5 months ago

Johnlon commented 5 months ago

🤔 What's changed?

Bug fix to the new support of Attachments to use base64 padding as that's what cuke jvm does. Currently does raw mode which means it's not strictly compatible.

⚡️ What's your motivation?

Compatibility with the cucumber JVM cuke report.

🏷️ What kind of change is this?

Not breaking as this new feature is unreleased as of now.

♻️ Anything particular you want feedback on?