Aaron R Miller
Aaron R Miller
Flagging for review in [next](https://github.com/rlogiacco/Natural/pull/73).
Step refactoring across feature files may be a handy feature. This was always a pain when there are a lot of compostable steps used everywhere.
Yes I think you are right. It would be ideal if step matching was consistent with underlying library used to execute the tests.
Flagging for review in [next](https://github.com/rlogiacco/Natural/pull/73).
Hmm, this could be tricky. We may have to pull values from the parsed Table data to know how to match the tokens in the step definition.
What if we maintain a cache of `TableRow` -> `description` transformations, where `description` contains the tokenized string replacements. Then `CucumberValidator` could inject a service in the same fassion os `IStepMatcher`,...
Ah yes good point, I can see how this could get unwieldy.
What if we simply parse the first row (after the header), then make it clear in the warning message what description was used to validate the step definition. Then we...
See: https://github.com/rlogiacco/Natural/issues/43#issuecomment-625885371
@miklossy I just wanted to let you know I've been slowly plugging away at this in the background. My current challenge has been getting this to work with existing SL_COMMENT...