behat-table-comparison icon indicating copy to clipboard operation
behat-table-comparison copied to clipboard

Check for duplicate entries in feature file

Open ethanteague opened this issue 4 years ago • 2 comments

Throws Exception message indicating duplicate line in file.

ethanteague avatar Aug 05 '20 22:08 ethanteague

Howdy, @TravisCarden - this pr let's users know when they have a dupe in a feature file, and outputs the relevant line info.

ethanteague avatar Aug 05 '20 22:08 ethanteague

Hi, @ethanteague! Long time no see. :) Thanks for the PR--I like it. As you can see, the tests need to be updated, and there are a few other additions needed to make the feature configurable like the others (e.g., https://github.com/TravisCarden/behat-table-comparison/blob/v0.2.2/src/BehatTableComparison/TableEqualityAssertion.php#L91). Take a stab at it, if you like. Otherwise I'll get to this as soon as I can prioritize it.

TravisCarden avatar Aug 10 '20 19:08 TravisCarden