cucumber/cucumber-ruby-core

Test case names for Scenario Outlines contains the non-localized word "row"

Closed this issue · 2 comments

The name of a test case for an example scenario from an Scenario Outline is composed as:

"<outline name>, <example table name> (row <number>)"

The word "row" is hard-coded in English (in case.rb). "Row" will look a bit odd when using a language other the English in the feature file (especially when using a language not using the Latin alphabet).

Would it be better to use "#" instead of "row", to make the row designation more language neutral?

"<outline name>, <example table name> (#<number>)"

Good idea.

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.