Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null returned in Cucumber JSON scenario.description #751

Closed
wants to merge 2 commits into from

Conversation

youtux
Copy link
Contributor

@youtux youtux commented Dec 5, 2024

Fix regression of #749 where we would serialize the scenario.description as null instead of the empty string.

@youtux
Copy link
Contributor Author

youtux commented Dec 5, 2024

@jsa34 FYI

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.08%. Comparing base (6cdd340) to head (2a3af16).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #751   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files          55       55           
  Lines        2250     2250           
  Branches      246      246           
=======================================
  Hits         2162     2162           
  Misses         53       53           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@youtux
Copy link
Contributor Author

youtux commented Dec 5, 2024

It turns out there was no bug, only our Scenario and ScenarioTemplate typing is incorrect. Will fix them in #658

@youtux youtux closed this Dec 5, 2024
@youtux youtux deleted the ab/fix-description-emtpy-string branch December 5, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant