cucumber / docs

Cucumber user documentation
https://cucumber.io/docs/installation/
MIT License
151 stars 530 forks source link

Doc changes to avoid user confusion of seperating tags with , in expr… #911

Closed shivam-sehgal closed 1 year ago

shivam-sehgal commented 1 year ago

…ession

🤔 What's changed?

I came across https://github.com/cucumber/cucumber-jvm/issues/2776. Although the documentation specifies the expected format for tags, it seems that the pattern used by the user, 'https://github.com/Step1,@step2,' did not generate any error. This discrepancy has the potential to confuse users. To address this, it would be beneficial to add this message to doc

more discussion on this could be found in this PR

⚡️ What's your motivation?

heavily use this library, and wanted to contribute.

If it's related to another issue or bugfix, add it as a reference here, e.g. "Fixes cucumber/cucumber-js#99" --> https://github.com/cucumber/cucumber-jvm/issues/2776 https://github.com/cucumber/tag-expressions/pull/107

📋 Checklist: