Make sure the displayed error text still refers to the correct line number, including ignored lines. Filtering out the list naively, like done above, makes the error say "1st table test row" all the time.
Also make sure this marks the test suite as partial, e.g. implement this using skip or only. Probably only, since when would you otherwise want to skip rows?
Something like:
Make sure the displayed error text still refers to the correct line number, including ignored lines. Filtering out the list naively, like done above, makes the error say "1st table test row" all the time.
Also make sure this marks the test suite as partial, e.g. implement this using skip or only. Probably only, since when would you otherwise want to skip rows?