To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUnicode in tables
You are free to use unicode in your tables: we've taken care to
ensure that the tables are properly aligned so that your output is as
readable as possible.
- Scenarios
-
- Scenario
-
- Given
-
a file named "features/unicode.feature" with:
Feature: Featuring unicode Scenario: table with unicode Given passing | Brüno | abc | | Bruno | æøå |
- When
-
I run
cucumber -q --dry-run features/unicode.feature
- Then
-
it should pass with:
Feature: Featuring unicode Scenario: table with unicode Given passing | Brüno | abc | | Bruno | æøå | 1 scenario (1 undefined) 1 step (1 undefined)
Last published over 7 years ago by mattwynne.