cucumber / gherkin-utils

API for working with Gherkin documents
MIT License
11 stars 4 forks source link

Fix GherkinDocumentWalker filtering of Rules #48

Closed Dbuggerx closed 8 months ago

Dbuggerx commented 9 months ago

πŸ€” What's changed?

  1. Fix GherkinDocumentWalker filtering of Rules - cucumber/react-components#136
  2. Fix test execution in Windows - Closes: #2;

⚑️ What's your motivation?

  1. To have correct filter results in Cucumber HTML reports
  2. To be able to run all tests on multiple operating systems (not only on Unix-based)

🏷️ 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.

Dbuggerx commented 9 months ago

Hey @mpkorstanje, thanks for the reply! Please let me know if it's ok now.

aslakhellesoy commented 8 months ago

Hi @Dbuggerx,

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, Aslak HellesΓΈy Creator of Cucumber

mpkorstanje commented 8 months ago

Cheers!

mpkorstanje commented 8 months ago

I'm not sure when the next release will be. Some unreleased work has been piling up so I'll have to look at the right order to release everything.