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

Make tag casing configurable #115

Open
lvanvugt opened this issue Nov 26, 2022 · 0 comments
Open

Make tag casing configurable #115

lvanvugt opened this issue Nov 26, 2022 · 0 comments
Labels
enhancement New feature or request version A To be picked up right away
Milestone

Comments

@lvanvugt
Copy link
Contributor

lvanvugt commented Nov 26, 2022

Current situation

The casing of the tags being created based on input from ATDD.TestScriptor page is Sentence casing, meaning:

  • Feature
  • Scenario
  • Given
  • When
  • Then

Desired situation

The user can determine themselves what the casing should be. A lot of existing tests currently use full UPPER CASING:

  • FEATURE
  • SCENARIO
  • GIVEN
  • WHEN
  • THEN

It might even be that some only use full lower casing:

  • feature
  • scenario
  • given
  • when
  • then

Maybe this can be implemented with a kind of template definition or regular expression.

@lvanvugt lvanvugt added enhancement New feature or request version A To be picked up right away labels Nov 26, 2022
@lvanvugt lvanvugt added this to the v1 milestone Nov 26, 2022
@lvanvugt lvanvugt modified the milestones: v1, v2 Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version A To be picked up right away
Projects
None yet
Development

No branches or pull requests

1 participant