cucumber / godog

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

Localisation support #665

Closed MegaGrindStone closed 1 week ago

MegaGrindStone commented 1 week ago

🤔 What's changed?

Added Dialect option to switch between language for the feature file.

⚡️ What's your motivation?

New feature - Resolves #663

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

📋 Checklist:


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

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.82%. Comparing base (153db4e) to head (ae6d4e9). Report is 24 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #665 +/- ## ========================================== - Coverage 83.21% 79.82% -3.39% ========================================== Files 28 41 +13 Lines 3413 4050 +637 ========================================== + Hits 2840 3233 +393 - Misses 458 697 +239 - Partials 115 120 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vearutop commented 1 week ago

Thank you, looks good!