docs: prefer go test to use of godog cli in README#548
Merged
vearutop merged 1 commit intocucumber:mainfrom Mar 24, 2023
Merged
docs: prefer go test to use of godog cli in README#548vearutop merged 1 commit intocucumber:mainfrom
vearutop merged 1 commit intocucumber:mainfrom
Conversation
vearutop
approved these changes
Mar 24, 2023
Codecov Report
@@ Coverage Diff @@
## main #548 +/- ##
=======================================
Coverage 82.24% 82.24%
=======================================
Files 27 27
Lines 3340 3340
=======================================
Hits 2747 2747
Misses 484 484
Partials 109 109 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Member
|
Yes, deprecation info is still accurate, thank you for updating the docs! 👍 |
Contributor
|
Hi @danielhelfand, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #537
This pull request updates documentation to prefer
go testover thegodogCLI in the main README example. I realize there has been some discussion around deprecating the CLI since last checking on this, so please let me know if the deprecation information I was working off of from #478 is still accurate.🤔 What's changed?
Remove
godogCLI related details from main README example. Add notice of CLI deprecation to docs.⚡️ What's your motivation?
If the CLI is to be deprecated or have less maintenance around it, adopters of godog should be pointed to up to date information when considering the project.
🏷️ 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.