core icon indicating copy to clipboard operation
core copied to clipboard

[acceptance tests] fix feature table indentations

Open kiranparajuli589 opened this issue 2 years ago • 1 comments

there are some indentation problems in the feature tables like: Screenshot from 2022-03-07 11-46-35

TODO:

  • [ ] go through all features and fix the indentations

kiranparajuli589 avatar Mar 07 '22 06:03 kiranparajuli589

Note: the tables with Unicode strings usually do not line up anyway, depending on the UI or IDE or text terminal that is rendering the document, or the diffs, or... mono-spaced fonts for rendering regular ASCII just don't work out for complex characters in other scripts.

We do also find some Scenarios that do not have the current-standard 2-space indentation levels. So it would be useful to get those standardized.

My PHPstorm IDE lets me "reformat code" on a Gherkin feature file, and does a good job. Someone could get the IDE to "reformat code" on all feature files (should be a very quick job), and submit a PR. Whatever it does to lines with Unicode, we accept its best estimate for spacing.

phil-davis avatar Mar 08 '22 11:03 phil-davis

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 15 '22 01:11 github-actions[bot]

This plugin: https://plugins.jetbrains.com/plugin/16289-cucumber- does very fine job for structuring tables in the feature files.

kiranparajuli589 avatar Nov 15 '22 04:11 kiranparajuli589

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar May 16 '23 01:05 github-actions[bot]