Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
brasmusson opened this issue Mar 13, 2015 · 2 comments

Comments

@brasmusson
Copy link
Contributor

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>)"
@mattwynne
Copy link
Member

Good idea.

brasmusson added a commit to cucumber/cucumber-ruby that referenced this issue Mar 15, 2015
@lock
Copy link

lock bot commented Oct 24, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants